1
Fork 0

also create vX.X.X-src tag pointing to original source

This commit is contained in:
Conduitry 2018-11-10 12:22:09 -05:00
parent c8f17621da
commit 21c1328e85

View file

@ -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