Skip to content

Commit

Permalink
Add docs for publishing releases (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Mar 30, 2024
1 parent 926c9cc commit b37acd4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,15 @@ android_local_test(
],
)
```

## Publishing 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.

Example:
```console
git tag 4.11.1
git push origin 4.11.1
```

0 comments on commit b37acd4

Please sign in to comment.