Skip to content

Commit

Permalink
add message to git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 9, 2024
1 parent 265fbf3 commit ad917ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git merge-base --is-ancestor HEAD @{u}
VERSION=`cargo read-manifest | jq -r .version`
echo "Building release, version. $VERSION".
echo "Tagging..."
git tag v$VERSION
git tag v$VERSION -m "Version: v$VERSION"
git push --tags
echo "Building release artefacts..."
cargo build --release
Expand Down

0 comments on commit ad917ba

Please sign in to comment.