Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 464 Bytes

RELEASE-STEPS.md

File metadata and controls

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