- Bump version in
build.gradle
file - Update
CHANGELOG.md
with release notes ./gradlew clean buildPlugin
git add .
will stage all local changes for commitgit commit -m <Changes>
will commit to local git repogit tag -a <version> -m "<Release notes>"
will create tag with the latest versiongit push && git push origin <version>
will push both the code & the tags to github./gradlew publishPlugin
will publish to jetbrains plugin repo