Skip to content

Commit

Permalink
Add docs on releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxia committed Oct 2, 2018
1 parent 86db53f commit 2738a95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/releasing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Releasing

```
mvn -P release -Dgpg.keyname=<key-ID> release:clean release:prepare release:perform --batch-mode
```

0 comments on commit 2738a95

Please sign in to comment.