Sign in
pigweed
/
third_party
/
github
/
robolectric
/
robolectric-bazel
/
dff02aa466ffbe803f7be6b31aae00491958a8fe
/
.
/
CONTRIBUTING.md
blob: 24ec9cf886cc575e2be098dbabbd66539d98204b [
file
] [
view
]
## 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
```