Skip to content

Commit

Permalink
build: update release commit message in Git tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
kare committed Oct 3, 2023
1 parent 3ea7a23 commit f9385de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-git-tag.bash
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
./release-validate-semver.bash "$version"

# Create release commit
git commit --allow-empty --message="release: vanity ${version}"
git commit --allow-empty --message="release: kkn.fi/vanity v${version}"
git push
# Create tag
git tag --message="Release ${version}" --annotate "v${version}"
Expand Down

0 comments on commit f9385de

Please sign in to comment.