Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 216 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 216 Bytes

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