mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-01 05:07:40 +00:00
parent
3b7b20516f
commit
98caa4e848
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue