1
1
Fork 1

Updated publish and changed version for tag.

This commit is contained in:
Derek Smith 2023-03-15 11:59:09 -04:00
parent cde7d287c5
commit 1775f28cdb
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 3 additions and 7 deletions

View File

@ -12,15 +12,11 @@ if ! git tag | grep -q "$TAG_NAME"; then
git tag -a "$TAG_NAME" -m "$TAG_MESSAGE" -s git tag -a "$TAG_NAME" -m "$TAG_MESSAGE" -s
fi fi
# push commits and tags to origin
git push --set-upstream origin --all
git push --set-upstream origin --tags
## note this will only work if you have permissions to update HEAD on https://git.sovereign-stack.org/ss/sovereign-stack.git ## note this will only work if you have permissions to update HEAD on https://git.sovereign-stack.org/ss/sovereign-stack.git
RESPONSE= RESPONSE=
read -r -p " Would you like to push this to the main Sovereign Stack repo? (y) ": RESPONSE read -r -p " Would you like to push this to the main Sovereign Stack repo? (y) ": RESPONSE
if [ "$RESPONSE" = "y" ]; then if [ "$RESPONSE" = "y" ]; then
# optional; push to remote # optional; push to remote
git push --set-upstream ss-upstream --all git push --set-upstream origin --all
git push --set-upstream ss-upstream --tags git push --set-upstream origin --tags
fi fi

View File

@ -1 +1 @@
v0.0.24 v0.1.0