Skip to content

Commit

Permalink
fix(ci): run update during prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Jan 27, 2024
1 parent c23052e commit af2cf73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
]
},
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git",
[
"@semantic-release/exec",
{
"publishCmd": "make update-next-version NEXT_PACKAGE_VERSION=${nextRelease.version}"
"prepareCmd": "make update-next-version NEXT_PACKAGE_VERSION=${nextRelease.version}"
}
]
]
Expand Down

0 comments on commit af2cf73

Please sign in to comment.