Skip to content

Commit

Permalink
Reformat release command
Browse files Browse the repository at this point in the history
  • Loading branch information
castorm committed Nov 30, 2020
1 parent bdf7e93 commit cdc66c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,10 @@ mvn test
```
### Releasing
* Update [CHANGELOG.md](CHANGELOG.md) and [README.md](README.md) files.
* Prepare release: `mvn release:clean release:prepare`
* Prepare release:
```bash
mvn release:clean release:prepare
```
## Contributing
Expand Down

0 comments on commit cdc66c7

Please sign in to comment.