Skip to content

Commit

Permalink
🔨 chore: add missing release script
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 3, 2023
1 parent a024069 commit 1d9cf34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ lint:
build:
poetry build

release:
@echo 'Tagging v{{VERSION}}...'
git tag "v{{VERSION}}"
@echo 'Push to GitHub to trigger publish process...'
git push --tags

publish:
touch yutto/py.typed
poetry publish --build
Expand Down

0 comments on commit 1d9cf34

Please sign in to comment.