Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 556 Bytes

update-checklist.md

File metadata and controls

14 lines (12 loc) · 556 Bytes

Update Checklist

  • Update the "productVersion" in the wails.json file.
  • Update the CHANGELOG.md file with the release notes.
  • Run git tag v and git push --tags to tag the release.
  • Wait for the CI to create a new release on GitHub with the tag and ensure all assets are populated.
  • Mark the release as the latest on GitHub.

Release Note format

What's New

  • Feature 1: Feature description.
  • Feature 2: Feature description.
  • Minor improvements and bug fixes.

Thank you for using Zen!