Skip to content

Commit

Permalink
fix(config): change packageJson key from 'true' to predefined name (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanhrynevych committed Jan 16, 2024
1 parent 2979c4e commit c25a7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function resolveConfig(options: ChangelogOptions) {
name: 'changelogithub',
defaults: defaultConfig,
overrides: options,
packageJson: true,
packageJson: 'changelogithub',
}).then(r => r.config || defaultConfig)

config.to = config.to || await getCurrentGitBranch()
Expand Down

0 comments on commit c25a7d1

Please sign in to comment.