Skip to content

Commit

Permalink
Merge pull request #122 from sliit-foss/feat/commander
Browse files Browse the repository at this point in the history
Fix: version bump script
  • Loading branch information
Akalanka47000 authored Dec 16, 2023
2 parents cf331a9 + 75d68a0 commit 89367a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ if [ "$TAG" = "latest" ]; then
ignore=ci
fi

npx automatic-versioning --no-commit --recursive --prerelease-tag=blizzard --prerelease-branch=development --ignore-prefixes=$ignore $1
npx automatic-versioning --skip-commit --recursive --prerelease-tag=blizzard --prerelease-branch=development --ignore-prefixes=$ignore $1

0 comments on commit 89367a9

Please sign in to comment.