- Auto-generate the changelog for the latest version using conventional-changelog-cli
e.g.
conventional-changelog -p angular
- Inspect the autogenerated changelog, make modifications as needed, and update CHANGELOG.md.
- Update the README.md "Installation" section with the new version of the library
- Update the version in gradle-mvn-push.gradle with the new version of the library
- Create a pull request with the changes with the title "chore(Release): <version_number>"
- Once the pull request has been merged, create a git tag and push it (Travis will handle publishing to Maven)
- Create a GitHub release with the tag