Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
🔧 chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed May 21, 2024
1 parent 531a04a commit 43c4182
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 @@ -20,6 +20,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 biliass/py.typed
poetry publish --build
Expand Down

0 comments on commit 43c4182

Please sign in to comment.