Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 250 Bytes

RELEASE.md

File metadata and controls

11 lines (9 loc) · 250 Bytes

Release Process

  • Run through the "Draft Changelog", "Draft Release", and "Publish Release" workflows
  • Update the tag for GitHub Actions consumers, e.g.
git fetch origin main
git checkout main
git tag -f v1
git push -f origin --tags