Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Crim committed Jan 6, 2020
1 parent a2bca70 commit 8cba394
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,16 @@ user friendly Plain Old Java Objects (POJOs).
[Crim](https://github.com/crim)
[LoRez](https://github.com/lorez)

## Releasing
Steps for performing a release:

1. Update release version: `mvn versions:set -DnewVersion=X.Y.Z`
2. Validate and then commit version: `mvn versions:commit`
3. Update CHANGELOG and README files.
4. Merge to master.
5. Deploy to Maven Central: mvn clean deploy -P release
7. Create release on Github project, uploading JAR artifacts.

## Changelog

The format is based on [Keep a Changelog](http://keepachangelog.com/)
Expand Down

0 comments on commit 8cba394

Please sign in to comment.