registry icon indicating copy to clipboard operation
registry copied to clipboard

Document release process

Open lann opened this issue 2 years ago • 0 comments

Probably won't be much more than proposed here for 0.2.0, but getting it written down in the repo would be good:

  • Cut a release-0.2 branch from main
  • Update main Cargo.toml version = "0.3.0-dev"
  • In the release-0.2 branch:
    • Finalize 0.2.0 release:
      • Feature freeze / bug fix period (if desired)
      • Update changelog (if we want one in-tree)
    • PR/merge Cargo.toml version = "0.2.0"
    • Tag that commit as v0.2.0

lann avatar Sep 27 '23 18:09 lann