Skip to content

Commit 0ef12e2

Browse files
authored
release notes (#1195)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 9381411 commit 0ef12e2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

RELEASING.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ mvn versions:set -DnewVersion=<VERSION>
88

99
Commit the changes and open a PR.
1010

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-
2211
## Create a Release
2312

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

0 commit comments

Comments
 (0)