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 00236e8 commit 0258a15Copy full SHA for 0258a15
RELEASING.md
@@ -5,8 +5,8 @@ to Sonatype snapshot repo at https://s01.oss.sonatype.org/content/repositories/s
5
2. In order to release a non-snapshot version to Maven Central push an annotated tag, for example:
6
```
7
git tag -a -m "Release 3.4.5" 3.4.5
8
-git push
+git push origin 3.4.5
9
10
3. At the moment, you **may not create releases from GitHub Web UI**.
11
Doing so will make the CI build fail because the CI creates the changelog and posts to GitHub releases.
12
-In the future supporting this would be nice but currently please make releases by pushing from CLI.
+In the future supporting this would be nice but currently please make releases by pushing from CLI.
0 commit comments