blob: 24ec9cf886cc575e2be098dbabbd66539d98204b [file] [view] [edit]
## Releasing
To perform a release, simply tag the commit you wish to release, for example:
```
robolectric-bazel$ git fetch
robolectric-bazel$ git tag 1.2.3 origin/main
robolectric-bazel$ git push origin 1.2.3
```