We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9381411 commit 0ef12e2Copy full SHA for 0ef12e2
RELEASING.md
@@ -8,17 +8,6 @@ mvn versions:set -DnewVersion=<VERSION>
8
9
Commit the changes and open a PR.
10
11
-## Publish Release via Github Workflow
12
-
13
-On main branch, create a tag for the new version to trigger the release workflow.
14
15
-```sh
16
-git tag -a v<VERSION> -m "Release v<VERSION>"
17
-git push origin v<VERSION>
18
-```
19
20
-This will trigger the release workflow which will deploy the release to Maven Central.
21
22
## Create a Release
23
24
1. Go to https://github.com/prometheus/client_java/releases
0 commit comments