Skip to content

Commit

Permalink
chore: atomic commit + tag push and add useful flags to gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
lidatong committed Jun 14, 2023
1 parent 183d796 commit 6a4c07c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
. venv/bin/activate
git add .
git commit -m "chore: release $1"
git push
git tag "$1"
git push --tags
gh release create "$1"
git push --follow-tags
gh release create "$1" --latest --generate-notes --verify-tag
portray on_github_pages
# python setup.py sdist bdist_wheel
# twine upload dist/*

0 comments on commit 6a4c07c

Please sign in to comment.