File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ IMAGE=simplyemail
99# version
1010VERSION=" $( cat VERSION) "
1111
12- docker build --build-arg simplyemailversion= " $VERSION " - t $USERNAME /$IMAGE :latest .
12+ docker build -t $USERNAME /$IMAGE :latest .
Original file line number Diff line number Diff line change @@ -15,16 +15,19 @@ VERSION=`cat VERSION`
1515echo " version: $VERSION "
1616
1717# TAF, PULL, MERGE DEV
18- git checkout " dev "
18+ git checkout -b " Version- $VERSION "
1919git add --all
2020git commit -m " SimplyEmail $VERSION Release"
2121git tag -a " $VERSION " -m " SimplyEmail $VERSION Release"
22- git push origin " dev "
23- git push origin " dev " --tags
22+ git push origin " Version- $VERSION "
23+ git push origin " Version- $VERSION " --tags
2424git checkout master
25- git merge " dev "
25+ git merge " Version- $VERSION "
2626git push
27- hub release create $VERSION -m " SimplyEmail $VERSION Release"
27+ hub release create Version-$VERSION -m " SimplyEmail $VERSION Release"
28+ # DEL BRANCH
29+ git branch -d " dev"
30+ git branch -D " dev"
2831
2932# ALERT VERSION
3033echo " Building Version: $VERSION "
Original file line number Diff line number Diff line change 1- 1.4.4
1+ 1.4.5
You can’t perform that action at this time.
0 commit comments