We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fdc26 commit 9e86cadCopy full SHA for 9e86cad
1 file changed
scripts/update-changelog.ts
@@ -207,9 +207,7 @@ export async function loadWorkspace(dir: string) {
207
export async function determineBumpType(config: ResolvedChangelogConfig) {
208
const commits = await getLatestCommits(config)
209
210
- const bumpType = determineSemverChange(commits, config)
211
-
212
- return bumpType === 'major' ? 'minor' : bumpType
+ return determineSemverChange(commits, config)
213
}
214
215
export async function getLatestCommits(config: ResolvedChangelogConfig) {
0 commit comments