Additional steps to add to HOW_TO_RELEASE.md:
- Update changelog with new release version, date, and reference link at bottom (fix any issues with the changelog
- Commit new changelog to release branch
- When satisfied with release candidate updates, deploy release candidate Docker container (that's already in GHCR) to UAT using curl command (requires token).
- Run any necessary tests in new version in UAT
- Merge release candidate
- Generate release notes
- Deploy package to Production
- Merge
main back into develop
Additional steps to add to
HOW_TO_RELEASE.md:mainback intodevelop