Skip to content

Commit

Permalink
update version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Aug 4, 2024
1 parent 1a12233 commit b3d8583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ printf "Updated version to %s\n" "$NEW_VERSION"
git add VERSION
git commit -m "Bump version to ${NEW_VERSION}"
git tag "$NEW_VERSION"
printf "Created new commit and tag to %s - push with git push --follow-tags\n" "$NEW_VERSION"
printf "Created new commit and tag to %s - push with git push && git push --tags\n" "$NEW_VERSION"

0 comments on commit b3d8583

Please sign in to comment.