When you release fixed version of SpotBugs, please follow these procedures.
version
inbuild.gradle
- version number in
CHANGELOG.md
version
,full_version
,maven_plugin_version
andgradle_plugin_version
indocs/conf.py
When we push tag, the build result on Travis CI will be deployed to SonaType Nexus. Check SonaType official page for detail.
After that, please visit SonaType Nexus and release staging repository. Then we can find artifacts after several hours.
It's automated by Travis CI.
When we push tag, the build result will be deployed to eclipse-candidate repository.
When we push tag and its name doesn't contain _RC
, the build result will be deployed to eclipse repository.
See deploy
phase in .travis.yml
for detail.
Update version in Eclipse Marketplace page. If you have no permission, please contact with @KengoTODA or @iloveeclipse.
See docs/README.md for detail.