Skip to content

Commit 088becc

Browse files
authored
docs: Added some more info for release process
1 parent 3f4ae09 commit 088becc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASE.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ If everything seems successful the following will actual perform a deploy:
1111
mvn -B release:clean release:prepare release:perform
1212
```
1313

14+
_WARNING: Make sure **JAVA_HOME** is set or the release will fail!_
15+
16+
If something went wrong you can roll back the release using:
17+
18+
```
19+
mvn release:rollback
20+
```
21+
1422
Use this command to set a specific version:
1523

1624
```

0 commit comments

Comments
 (0)