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 67517dd commit 89ad5c2Copy full SHA for 89ad5c2
scripts/update-changelog.ts
@@ -15,7 +15,7 @@ async function main () {
15
))
16
const bumpType = await determineBumpType()
17
18
- const newVersion = inc(workspace.find('nuxt').data.version, bumpType || 'patch')
+ const newVersion = inc(workspace.find('pinia-orm').data.version, bumpType || 'patch')
19
const changelog = await generateMarkDown(commits, config)
20
21
// Create and push a branch with bumped versions if it has not already been created
0 commit comments