Skip to content

Commit bbad34a

Browse files
authored
fix: cz bump changed to semver (#67)
1 parent b7ba1a2 commit bbad34a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actions/bump-version/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
PRERELEASE: ${{ inputs.prerelease }}
2828
MAJOR_VERSION_ZERO: ${{ inputs.major_version_zero }}
2929
run: |
30-
cmd="cz bump --get-next --yes"
30+
cmd="cz bump --get-next --yes --version-scheme semver"
3131
3232
if [ -n "$PRERELEASE" ]; then
3333
cmd="$cmd --prerelease $PRERELEASE"
@@ -46,7 +46,7 @@ runs:
4646
PRERELEASE: ${{ inputs.prerelease }}
4747
MAJOR_VERSION_ZERO: ${{ inputs.major_version_zero }}
4848
run: |
49-
cmd="cz bump --files-only --changelog --yes"
49+
cmd="cz bump --files-only --changelog --yes --version-scheme semver"
5050
5151
if [ -n "$PRERELEASE" ]; then
5252
cmd="$cmd --prerelease $PRERELEASE"

0 commit comments

Comments
 (0)