Skip to content

Commit 0258a15

Browse files
authored
Add explicit tag to push command (#423)
1 parent 00236e8 commit 0258a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ to Sonatype snapshot repo at https://s01.oss.sonatype.org/content/repositories/s
55
2. In order to release a non-snapshot version to Maven Central push an annotated tag, for example:
66
```
77
git tag -a -m "Release 3.4.5" 3.4.5
8-
git push
8+
git push origin 3.4.5
99
```
1010
3. At the moment, you **may not create releases from GitHub Web UI**.
1111
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.
12+
In the future supporting this would be nice but currently please make releases by pushing from CLI.

0 commit comments

Comments
 (0)