mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-21 18:43:04 +00:00
release script fix
This commit is contained in:
parent
c1e80f2535
commit
bef9361160
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ echo $CURVER
|
|||
# Get git root directory
|
||||
root=$(git rev-parse --show-toplevel 2>&1)
|
||||
# get commit hash for version file
|
||||
rev='{"rev":"'$(git rev-parse --short HEAD 2>&1)'"}'
|
||||
rev=$(git rev-parse --short HEAD 2>&1)
|
||||
echo Committing v$CURVER.$rev
|
||||
# Commit to Release Branch
|
||||
git commit -am v$CURVER.$rev
|
||||
|
|
Loading…
Reference in a new issue