Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 244 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 244 Bytes

Contributor instructions

Testing

TODO: Add instructions for testing.

Cutting a new release

Perform a manual test of the latest code on main. See prior section. Then run:

git tag -a vX.Y.Z -m vX.Y.Z
git push origin vX.Y.Z