In a new PR, update the version in pom.xml
using
mvn versions:set -DnewVersion=<VERSION>
Commit the changes and open a PR.
- Go to https://github.com/prometheus/client_java/releases
- Click on "Choose a tag", enter the tag name (e.g.
v0.1.0
), and click "Create a new tag". - Click on "Generate release notes" to auto-generate the release notes based on the commits since the last release.
- Click on "Publish release".