bump version to 1.0.0 through release.sh script
This commit is contained in:
@@ -12,5 +12,11 @@ if [ -z "$TAG" ]; then
|
||||
exit 1
|
||||
fi;
|
||||
|
||||
# Create tag and update
|
||||
git add .
|
||||
git commit -m "bump version to $TAG through release.sh script"
|
||||
git tag -a "$TAG" -m "Tag for version $TAG"
|
||||
git push --follow-tags
|
||||
|
||||
|
||||
ssh dicetable.net "/root/bin/install.sh \"$PROJECT_NAME\" \"$TAG\" prayercircle 1"
|
||||
|
||||
Reference in New Issue
Block a user