When you release fixed version of SpotBugs Gradle Plugin, please follow these procedures.
Create a commit to handle following changes:
- Remove
-SNAPSHOT
fromversion
inbuild.gradle
- Replace
Unreleased
with actual version number inCHANGELOG.md
This commit will be tagged with version number. Refer db979662 as example.
Create a commit to handle following changes:
- change
version
inbuild.gradle
to SNAPSHOT version - add
Unreleased - 2019-??-??
intoCHANGELOG.md
Refer ef63f198 as example.
Now you have two commits in your topic branch. Create a pull request from it, and ask other SpotBugs teammates to review. They'll merge and tag your commit.
When we push tag, the build result on Travis CI will be deployed to Gradle Plugin Portal. Check official document for detail.