forked from ss/sovereign-stack
Compare commits
No commits in common. "299446b7e8b500c26e94f21718730a392bc1f05c" and "9b8a2403ebe4d56c641aedbe9e822a22e6edbfce" have entirely different histories.
299446b7e8
...
9b8a2403eb
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
publish.sh
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
v0.0.24
|
||||
v0.0.23
|
Loading…
Reference in New Issue
Block a user