- Bump version in
build.gradlefile - Update
CHANGELOG.mdwith release notes ./gradlew clean buildPlugingit 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 publishPluginwill publish to jetbrains plugin repo