Skip to content

Instantly share code, notes, and snippets.

@duglin
Created July 16, 2025 19:49
Show Gist options
  • Save duglin/a1caff51dbe1a8d60b2bfece933b6c47 to your computer and use it in GitHub Desktop.
Save duglin/a1caff51dbe1a8d60b2bfece933b6c47 to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment