Skip to content

Commit

Permalink
release notes (#1195)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregor Zeitlinger <[email protected]>
  • Loading branch information
zeitlinger authored Nov 8, 2024
1 parent 9381411 commit 0ef12e2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@ mvn versions:set -DnewVersion=<VERSION>

Commit the changes and open a PR.

## Publish Release via Github Workflow

On main branch, create a tag for the new version to trigger the release workflow.

```sh
git tag -a v<VERSION> -m "Release v<VERSION>"
git push origin v<VERSION>
```

This will trigger the release workflow which will deploy the release to Maven Central.

## Create a Release

1. Go to https://github.com/prometheus/client_java/releases
Expand Down

0 comments on commit 0ef12e2

Please sign in to comment.