- Add release entry to changelog
- Add a summary of release changes to release notes
- Open a PR with the above, and merge that into main
- Create new tag on merged commit with the new version (e.g.
v1.4.1
) - Push the tag upstream (this will kick off the release pipeline in CI)
- Copy change log entry for newest version into draft GitHub release created as part of CI publish steps
- Update the
appVersion
and any relevant chart changes in helm-charts - If either
refinery_config.md
orrefinery_rules.md
were modified in this release, you must also copy these files to docs and do a docs PR.