- Update the
errorprone.versionin thepom.xml - Copy the content of the
docs/bugpatternsfolder or the ErrorProne project intosrc/main/resources/errorprone - Update the rules count in
src/main/java/com/github/erroraway/sonarqube/ErrorAwayRulesDefinition.java
- Update the versions
pom.xmlwithmvn versions:set -DgenerateBackupPoms=false -DnewVersion=<NEW VERSION>as follows: - Commit the
pom.xmlwith a stable version (e.g. 1.2.3) and push, the build will deploy the plugin to maven central - Commit the
pom.xmlwith the next snapshot version (e.g. 1.2.4-SNAPSHOT) - Create a Github release on the commit corresponding to stable version