Skip to content

Commit 15d9ceb

Browse files
committed
🔧 chore: add release command
1 parent 256240d commit 15d9ceb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎justfile‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ fmt-docs:
2020
build:
2121
uv build
2222

23+
release:
24+
@echo 'Tagging v{{VERSION}}...'
25+
git tag "v{{VERSION}}"
26+
@echo 'Push to GitHub to trigger publish process...'
27+
git push --tags
28+
2329
publish:
2430
uv build
2531
uv publish

0 commit comments

Comments
 (0)