Skip to content

Commit

Permalink
fix(config): fix package-json configuration (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanhrynevych committed Jan 15, 2024
1 parent caa3bea commit 07faf26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export async function resolveConfig(options: ChangelogOptions) {
name: 'changelogithub',
defaults: defaultConfig,
overrides: options,
packageJson: true,
}).then(r => r.config || defaultConfig)

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

0 comments on commit 07faf26

Please sign in to comment.