We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bca70 commit 8cba394Copy full SHA for 8cba394
README.md
@@ -251,6 +251,16 @@ user friendly Plain Old Java Objects (POJOs).
251
[Crim](https://github.com/crim)
252
[LoRez](https://github.com/lorez)
253
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
264
## Changelog
265
266
The format is based on [Keep a Changelog](http://keepachangelog.com/)
0 commit comments