We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a0c66 commit e680f2fCopy full SHA for e680f2f
1 file changed
push.sh
@@ -27,13 +27,7 @@ release(){
27
28
git checkout -b $release_branch develop
29
30
- agvtool new-marketing-version $version
31
-
32
- agvtool next-version -all
33
34
- build=$(agvtool what-version | tail -n2 | awk -F ' ' '{print $NF}')
35
36
- git_message="[Release] version: $version build: $build"
+ git_message="[Release] version: $version"
37
38
git add . && git commit -m $git_message
39
0 commit comments