Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 394 Bytes

File metadata and controls

8 lines (8 loc) · 394 Bytes

Release process:

  • Update CHANGELOG.md - change [Unreleased] to [X.Y.Z] with current date
  • Update version in build.zig.zon
  • Update install instructions in README.md
  • Commit files with message "Release vX.Y.Z"
  • Tag the commit with vX.Y.Z
  • Push commit and tags: git push && git push --tags
  • Create GitHub release: gh release create vX.Y.Z --title "vX.Y.Z" --notes "<changelog content>"