chore: git tag with release@semver

Follow-up from #8031.
This commit is contained in:
Marc Durdin 2023-01-18 16:02:07 +07:00
parent 3b7b20516f
commit 98caa4e848

View file

@ -126,7 +126,7 @@ if [ "$action" == "commit" ]; then
pushd "$KEYMAN_ROOT" > /dev/null
message="auto: increment $base version to $NEWVERSION"
branch="auto/version-$base-$NEWVERSION"
git tag -a "release-$VERSION_WITH_TAG" -m "Keyman release $VERSION_WITH_TAG"
git tag -a "release@$VERSION_WITH_TAG" -m "Keyman release $VERSION_WITH_TAG"
git checkout -b "$branch"
git add VERSION.md HISTORY.md