Create an issue named Release v<version> (example).
List there in the ## Subtasks section what needs to be done for the release.
On the issue page, find Development and click Create a branch ....
Checkout this branch locally using git.
Open CHANGELOG.md
Add a new section at the top of the file before sections for previous versions.
In the section title, specify the version (v<version>) and the release date.
Copy the generated release notes from the release draft into that section.
Format the notes similar to the sections that go below this one.
Commit the changes with a message feat(changelog): add notes for v<version> (replace <version> with the actual version).
In eo-phi-normalizer/package.yaml and eo-phi-normalizer/eo-phi-normalizer.cabal, update the version.
Commit the changes with a message chore(eo-phi-normalizer): bump version <previous-version> <version> (replace the <previous-version> and <version> with the actual versions).