diff --git a/justfile b/justfile index e3f0185..09fea97 100644 --- a/justfile +++ b/justfile @@ -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