registry
registry copied to clipboard
Document release process
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.2branch frommain - Update
mainCargo.tomlversion = "0.3.0-dev" - In the
release-0.2branch:- Finalize
0.2.0release:- Feature freeze / bug fix period (if desired)
- Update changelog (if we want one in-tree)
- PR/merge
Cargo.tomlversion = "0.2.0" - Tag that commit as
v0.2.0
- Finalize