Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 685 Bytes

RELEASING.md

File metadata and controls

12 lines (11 loc) · 685 Bytes

###Steps to release kotlin plugin:

  1. Update kotlin-version in kotlin.KotlinPlugin
  2. Update sbt version and scalafmt version in .scalafmt.conf
  3. Update plugins in plugins.sbt
  4. Make sure jitpack.yml is updated with the version of jdk and sbt
  5. Make sure ci workflow is green in actions tab in github repo
  6. Change release version in build.sbt. For example, if you want to release version 1.0.0 then add version := "1.0.0" to build.sbt
  7. Update README.md with the version to be released and commit changes.
  8. Run release.sh $VERSION$ script by providing version number argument. Note: PROD=true environment variable needs to be set before running release.sh