Skip to content

Commit cb83002

Browse files
SimplyEmail 1.4.6 Release
1 parent 20b26d9 commit cb83002

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ echo "version: $VERSION"
1818
git checkout -b "Version-$VERSION"
1919
git add --all
2020
git commit -m "SimplyEmail $VERSION Release"
21-
git tag -a "$VERSION" -m "SimplyEmail $VERSION Release"
21+
#git tag -a "$VERSION" -m "SimplyEmail $VERSION Release"
2222
git push origin "Version-$VERSION"
23-
git push origin "Version-$VERSION" --tags
23+
#git push origin "Version-$VERSION" --tags
2424
git checkout master
2525
git merge "Version-$VERSION"
2626
git push
2727
hub 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
3333
echo "Building Version: $VERSION"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.5
1+
1.4.6

0 commit comments

Comments
 (0)