-
Update
CHANGELOG.md
with release date, new features, fixes, and next release number. -
Update
README.md
with new usage and download info. -
Commit:
git commit -am "Update project documentation for X.Y.Z."
-
Prepare:
mvn release:prepare release:perform
. If you encounter the following issue:gpg: signing failed: Inappropriate ioctl for device
... execute the following before Step 4:
$ export GPG_TTY=$(tty)
-
Verify and release the new artifacts in the Nexus Repository Manager.