Skip to content

Commit

Permalink
Changed deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
fboes committed Oct 31, 2022
1 parent abfe372 commit 0daf6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ echo "Latest tag: "
git describe --tags
read -p 'Enter new semver string (e.g. "1.0.0"): ' VERSION

git merge master
git merge main
git push
git checkout master
git checkout main
git merge develop
git tag -a "v${VERSION}" -m "${VERSION}"
git push && git push --tag
Expand Down

0 comments on commit 0daf6cb

Please sign in to comment.