bump version to 1.0.0 through release.sh script

This commit is contained in:
sguenter
2025-01-01 22:55:57 +01:00
parent 51756a0a5c
commit 95a4fa18da
6 changed files with 59 additions and 0 deletions

View File

@@ -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"