Compare commits

...

3 Commits

Author SHA1 Message Date
299446b7e8
Commit publish.sh 2023-03-06 12:54:25 -05:00
a19bbec9c1
Bump version tag to v0.0.24 2023-03-06 12:54:09 -05:00
ecd6b3a77d
Remove root .gitignore. 2023-03-06 12:53:51 -05:00
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -13,10 +13,9 @@ 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 ss repo? (y) ": RESPONSE
read -r -p " Would you like to push this to the main Sovereign Stack repo? (y) ": RESPONSE
if [ "$RESPONSE" != "y" ]; then
# optional; push to remote
git push --set-upstream ss-upstream --all

View File

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