- Bump the
versionproperty ingradle.propertiesbased on Major.Minor.Patch naming scheme - Update
CHANGELOG.mdfor the impending release. - Update the
README.mdwith the new changes (if necessary). ./gradlew clean buildPlugingit commit -am "Prepare for release x.y.z"(where x.y.z is the version you set in step 1)git push- Create a new release on Github
- Tag version
x.y.z(git tag -s x.y.z && git push --tags) - Release title
x.y.z - Paste the content from
CHANGELOG.mdas the description - Upload the
build/distributions/pylint-plugin-x.y.z.zip
- Tag version
- Create a PR from master to release
./gradlew publishPlugin