File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ echo "version: $VERSION"
1818git checkout -b " Version-$VERSION "
1919git add --all
2020git commit -m " SimplyEmail $VERSION Release"
21- git tag -a " $VERSION " -m " SimplyEmail $VERSION Release"
21+ # git tag -a "$VERSION" -m "SimplyEmail $VERSION Release"
2222git push origin " Version-$VERSION "
23- git push origin " Version-$VERSION " --tags
23+ # git push origin "Version-$VERSION" --tags
2424git checkout master
2525git merge " Version-$VERSION "
2626git push
2727hub release create Version-$VERSION -m " SimplyEmail $VERSION Release"
2828# DEL BRANCH
29- git branch -d " dev"
30- git branch -D " dev"
29+ # git branch -d "dev"
30+ # git branch -D "dev"
3131
3232# ALERT VERSION
3333echo " Building Version: $VERSION "
Original file line number Diff line number Diff line change 1- 1.4.5
1+ 1.4.6
You can’t perform that action at this time.
0 commit comments