Skip to content

Commit

Permalink
chore: annotated tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lidatong committed Jun 14, 2023
1 parent 755cd66 commit a0d51fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/bash

set -e

. venv/bin/activate
git add .
git commit -m "chore: release $1"
git tag "$1"
git tag -a "$1"
git push --follow-tags
gh release create "$1" --latest --generate-notes --verify-tag
portray on_github_pages
Expand Down

0 comments on commit a0d51fa

Please sign in to comment.