Skip to content

Commit 0227313

Browse files
pike00claude
andcommitted
Add just release command for tagging
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cf7773a commit 0227313

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ push: docker
5151
docker push {{image}}:{{version}}
5252
docker push {{image}}:latest
5353

54+
# Tag a release and push (triggers CI release workflow)
55+
release TAG:
56+
git tag {{TAG}}
57+
git push origin {{TAG}}
58+
5459
# Remove build artifacts
5560
clean:
5661
rm -f {{binary}}

0 commit comments

Comments
 (0)