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