Take two rev number on rel

This commit is contained in:
UKDTOM 2022-01-01 22:41:41 +01:00
parent 095b617556
commit 1ff57a3354

View file

@ -19,8 +19,8 @@ root=$(git rev-parse --show-toplevel 2>&1)
# get commit hash for version file
rev='{"rev":"'$(git rev-parse --short HEAD 2>&1)'"}'
# Commit to Release Branch
git commit -am v$CURVER.rev
git commit -am v$CURVER.$rev
# Tag Release Branch
git tag v$CURVER.rev
git tag v$CURVER.$rev
# Upload and trigger a release
git push && git push --tags