Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 581 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 581 Bytes

Contributing

Release procedure

  1. Find the latest tag

  2. Look at changes between now and the current tag

  3. Create a tag with the format vX.Y.Z

    You might be tempted to create a release through GitHub to create the tag. Don't do that. We have a GitHub workflow in place that will create a release from tags that get pushed. Create your tag with git tag.

  4. Push that tag

  5. Wait for the Release on Tag to build your release.

  6. Find your release and make sure things are as you expect them to be