Skip to content

Commit ca0f153

Browse files
committed
Add CLAUDE.md
1 parent 798395a commit ca0f153

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Release process:
2+
* Update CHANGELOG.md - change [Unreleased] to [X.Y.Z] with current date
3+
* Update version in build.zig.zon
4+
* Update install instructions in README.md
5+
* Commit files with message "Release vX.Y.Z"
6+
* Tag the commit with vX.Y.Z
7+
* Push commit and tags: `git push && git push --tags`
8+
* Create GitHub release: `gh release create vX.Y.Z --title "vX.Y.Z" --notes "<changelog content>"`

0 commit comments

Comments
 (0)