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
+49-5Lines changed: 49 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,58 @@ See the link:CONTRIBUTING.adoc[contributing guide].
29
29
30
30
== Releasing
31
31
32
-
Releasing this project requires access to https://repository.jboss.org/nexus[JBoss Nexus].
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:
33
34
34
-
To perform a release ensure you're on the correct branch and that branch is up to date. Once done you can simply use
35
-
the `release.sh` bash script.
35
+
1. `-r` or `--release` which is the version you want to release
36
+
2. `-d` or `--development` which is the next development version.
37
+
38
+
By default, the release version cannot contain `SNAPSHOT` and the development version, must contain `SNAPSHOT`.
0 commit comments