Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 467 Bytes

Contributing

TODO

Release

  1. Update CHANGELOG.md
  2. Bump version in shards.yml
  3. Create and push an annotated tag: git tag -a v$(shards version)
    1. Put the changelog of the version in the tagging message
    2. NOTE: Only the body will be shown in release notes. (The first line in the message is the subject followed by an empty line, then the body on the next line.)