Skip to content

Commit

Permalink
ci: update changelog with non prerelease version 🙌 (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
wattanx authored Jan 12, 2024
1 parent 253c407 commit ecd719e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function main () {
))
const bumpType = await determineBumpType()

const newVersion = inc(workspace.find('@nuxt/bridge').data.version, 'prerelease', 'rc')
const newVersion = inc(workspace.find('@nuxt/bridge').data.version, bumpType || 'patch')
const changelog = await generateMarkDown(commits, config)

// Create and push a branch with bumped versions if it has not already been created
Expand Down

0 comments on commit ecd719e

Please sign in to comment.