Skip to content

Commit

Permalink
Revert "Update README.md"
Browse files Browse the repository at this point in the history
This reverts commit 07b5541.
  • Loading branch information
Bencodes committed Jul 8, 2024
1 parent 07b5541 commit 3812be4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,6 @@ 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 3812be4

Please sign in to comment.