How to create a new Release
1. Checkout a new branch for the release, e.g. `release/x.x.x`
2. Run `bump-my-version bump <major|minor|patch>`
3. Update the `CHANGELOG.md` file (use the drafted GitHub release as a reference)
4. Push the changes, create a PR and merge it
5. Create tag via `git tag -a x.x.x`and push it (don't use a "v" prefix!)
6. The package is automatically built and published within the CI
7. Update the release notes in GitHub