You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,10 @@ See the link:CONTRIBUTING.adoc[contributing guide].
29
29
30
30
== Releasing
31
31
32
-
Releasing the project requires permission to deploy to Maven Central see https://central.sonatype.org/publish/requirements/[Maven Central Release Requirements].
33
-
Once everything is setup, you simply need to run the `./release.sh` script. There are two required parameters:
32
+
Releasing this project requires access to https://repository.jboss.org/nexus[JBoss Nexus].
33
+
34
+
To perform a release ensure you're on the correct branch and that branch is up to date. Once everything is setup, you
35
+
simply need to run the `./release.sh` script. There are two required parameters:
34
36
35
37
1. `-r` or `--release` which is the version you want to release
36
38
2. `-d` or `--development` which is the next development version.
0 commit comments