Skip to content

Commit 8cba394

Browse files
committed
Update readme
1 parent a2bca70 commit 8cba394

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,16 @@ user friendly Plain Old Java Objects (POJOs).
251251
[Crim](https://github.com/crim)
252252
[LoRez](https://github.com/lorez)
253253

254+
## Releasing
255+
Steps for performing a release:
256+
257+
1. Update release version: `mvn versions:set -DnewVersion=X.Y.Z`
258+
2. Validate and then commit version: `mvn versions:commit`
259+
3. Update CHANGELOG and README files.
260+
4. Merge to master.
261+
5. Deploy to Maven Central: mvn clean deploy -P release
262+
7. Create release on Github project, uploading JAR artifacts.
263+
254264
## Changelog
255265

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

0 commit comments

Comments
 (0)