Compare commits

..

No commits in common. "299446b7e8b500c26e94f21718730a392bc1f05c" and "9b8a2403ebe4d56c641aedbe9e822a22e6edbfce" have entirely different histories.

3 changed files with 4 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
publish.sh

View File

@ -13,9 +13,10 @@ git tag -a "$TAG_NAME" -m "$TAG_MESSAGE" -s
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
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 ss repo? (y) ": RESPONSE
if [ "$RESPONSE" != "y" ]; then
# optional; push to remote
git push --set-upstream ss-upstream --all

View File

@ -1 +1 @@
v0.0.24
v0.0.23