Release procedure for gradle-dependencies-sorter
- Update CHANGELOG
- Update README if needed
- Bump version number in
gradle.properties
to next stable version (removing the-SNAPSHOT
suffix). git commit -am "Prepare for release x.y."
- Publish the snapshot to Maven Central by invoking the
publish
action on github. git tag -a vx.y -m "Version x.y."
- Update version number
gradle.properties
to next snapshot version (x.y-SNAPSHOT) git commit -am "Prepare next development version."
git push && git push --tags
- (Optional) Follow instructions in console output to release from Maven Central's staging repo.
This step is now automated via the
:promote
task, and should only be necessary if that task fails.