forked from ss/sovereign-stack
Compare commits
3 Commits
9b8a2403eb
...
299446b7e8
Author | SHA1 | Date | |
---|---|---|---|
299446b7e8 | |||
a19bbec9c1 | |||
ecd6b3a77d |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
publish.sh
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
v0.0.23
|
||||
v0.0.24
|
Loading…
Reference in New Issue
Block a user