also create vX.X.X-src tag pointing to original source
This commit is contained in:
parent
c8f17621da
commit
21c1328e85
|
@ -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…
Reference in New Issue