diff --git a/publish.sh b/publish.sh index 6d4a624..c9139ed 100755 --- a/publish.sh +++ b/publish.sh @@ -12,15 +12,11 @@ if ! git tag | grep -q "$TAG_NAME"; then git tag -a "$TAG_NAME" -m "$TAG_MESSAGE" -s 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 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 - git push --set-upstream ss-upstream --tags + git push --set-upstream origin --all + git push --set-upstream origin --tags fi diff --git a/version.txt b/version.txt index df6c766..9ff151c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.24 \ No newline at end of file +v0.1.0 \ No newline at end of file