"v0.53.5-alpha.test7495c3"
This commit is contained in:
parent
e54dded90f
commit
3108481c7f
1 changed files with 14 additions and 0 deletions
14
build/versionAndTag.sh
Executable file
14
build/versionAndTag.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
# $> versionAndTag v0.12.34-sdjljsd
|
||||
ver=\"$1\"
|
||||
yarn version $ver
|
||||
|
||||
git add --all
|
||||
|
||||
git commit -m $ver
|
||||
|
||||
commit=`git rev-parse HEAD`
|
||||
echo $commit
|
||||
|
||||
git tag -a $ver -m $ver $commit
|
Loading…
Reference in a new issue