Skip to content

Commit

Permalink
no v prefix in release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kilork committed Jan 12, 2025
1 parent a45e772 commit 2d8f63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ if [ "${RELEASE_TYPE}" != "patch" ]; then
fi
handlebars-magic templates .
git add .
git commit -m"Release v${VERSION}"
git commit -m"Release ${VERSION}"
git tag v${VERSION}
git push && git push --tag

0 comments on commit 2d8f63f

Please sign in to comment.