Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 223 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 223 Bytes

How to Contribute

TODO

Releasing

To perform a release, simply tag the commit you wish to release, for example:

rules_ruby$ git fetch
rules_ruby$ git tag v1.2.3 origin/main
rules_ruby$ git push origin v1.2.3