Skip to content

Commit

Permalink
Add info for performing release
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Dec 14, 2021
1 parent d97e58a commit 3e3c33b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ $ java -jar -Dbasil.configurationFile=../basil.ini -Dlog4j.configurationFile=src
```


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

0 comments on commit 3e3c33b

Please sign in to comment.