Skip to content

Commit 4449126

Browse files
authored
Add note about releasing tags via GitHub UI (#543)
Since version 6 we can now push releases by creating a release/tag in the GitHub UI.
1 parent 29a7a99 commit 4449126

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RELEASING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ to Sonatype snapshot repo at https://s01.oss.sonatype.org/content/repositories/s
77
git tag -a -m "Release 3.4.5" 3.4.5
88
git push origin 3.4.5
99
```
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.
10+
You can do so using the GitHub UI as well.

0 commit comments

Comments
 (0)