don't annotate vX.X.X-src tags
This commit is contained in:
parent
4853bf4d13
commit
33c1bfaaa4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ git symbolic-ref HEAD "$ORIG_HEAD"
|
|||
git reset
|
||||
|
||||
# tag commit
|
||||
git tag "v$PKG_VERSION-src" -am "v$PKG_VERSION-src"
|
||||
git tag "v$PKG_VERSION-src"
|
||||
git tag "v$PKG_VERSION" "$TEMP_BRANCH" -am "v$PKG_VERSION @ $ORIG_COMMIT"
|
||||
|
||||
# delete temporary branch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue