Release creation process (e.g. create v1.0.3)
- edit all files to reference v1.0.3
- create a new v1.0.3 tag
If we ever needed to update v1.0.3 w/o picking up newer changes on main:
- create a v-1.0.3 branch (pick a better name) from v1.0.3 tag
- merge PR in that branch
- delete v1.0.3 tag
- create a new v1.0.3 tag pointing to the HEAD of v-1.0.3 branch
add a toc to GOVERNANCE DOC