Release
Create a release using the GitHub release workflow
- Rename
unreleased.md
tochanges_{X.Y.Z}.md
- Update heading in
changes_{X.Y.Z}.md
to reflect the release version - Add the current date behind the release number
# X.Y.Z - YYYY-MM-DD
- Prepare the release
invoke release.prepare X.Y.Z
- Run the CI/CD pipeline to publish the release:
Execute the
release.workflow
task and follow potential instructions.invoke release.workflow X.Y.Z