Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Jul 8, 2024
1 parent 4062c35 commit 07b5541
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 07b5541

Please sign in to comment.