mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 02:53:05 +00:00
Take two rev number on rel
This commit is contained in:
parent
095b617556
commit
1ff57a3354
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue