also create vX.X.X-src tag pointing to original source
This commit is contained in:
parent
c8f17621da
commit
21c1328e85
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +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" "$TEMP_BRANCH" -am "v$PKG_VERSION @ $ORIG_COMMIT"
|
||||
|
||||
# delete temporary branch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue