Skip to content

Commit

Permalink
🔧 chore: add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 12, 2024
1 parent 256240d commit 15d9ceb
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 @@ fmt-docs:
build:
uv build

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

publish:
uv build
uv publish
Expand Down

0 comments on commit 15d9ceb

Please sign in to comment.