- Bump the
version
property ingradle.properties
based on Major.Minor.Patch naming scheme - Update
CHANGELOG.md
for the impending release. - Update the
README.md
with the new changes (if necessary). ./gradlew clean buildPlugin
git 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.md
as the description - Upload the
build/distributions/pylint-plugin-x.y.z.zip
- Tag version
- Create a PR from master to release
./gradlew publishPlugin