Skip to content

Commit

Permalink
Add docs for cutting new rules releases (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Jul 13, 2024
1 parent 38f9c0f commit b12f628
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,19 @@ kt_jvm_library(

Full examples of using compiler plugins can be found [here](examples/plugin).

## Creating Rule Releases

A new release can be published by just pushing a tag.

Once the tag is pushed, GitHub Actions will build, test, and publish a release to both GitHub releases and the BCR.

A tag can be created and pushed by doing the following:
```
git tag v4.13
git push origin v4.13
```


## 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 b12f628

Please sign in to comment.