We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798395a commit ca0f153Copy full SHA for ca0f153
CLAUDE.md
@@ -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