From 07b5541a5e4183838b4c884c2a5bc87ac56ca40f Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Mon, 8 Jul 2024 09:32:48 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f811ba1e1..c7f1cdb89 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,15 @@ kt_jvm_library( Full examples of using compiler plugins can be found [here](examples/plugin). +## Cutting Rule Releases + +When a git tag is pushed using the format `v.X.X`, there are CI jobs that will spin up, build a new release, and submit it to both the BCR and Github Releases + +``` +git tag v1.9.6 +git push origin v1.9.6 +``` + ## Examples Examples can be found in the [examples directory](https://github.com/bazelbuild/rules_kotlin/tree/master/examples), including usage with Android, Dagger, Node-JS, Kotlin compiler plugins, etc.