Skip to content

Commit 3e3c33b

Browse files
committed
Add info for performing release
1 parent d97e58a commit 3e3c33b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ $ java -jar -Dbasil.configurationFile=../basil.ini -Dlog4j.configurationFile=src
4141
```
4242

4343

44+
## Releasing ##
45+
The following command will pack a release, sign the artefacts, and push them to maven central.
46+
```
47+
mvn deploy -DperformRelease=true
48+
```

0 commit comments

Comments
 (0)