Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 332 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 332 Bytes

Contributing

We format commit messages according to the conventional-commits specification.

Creating a release

This is how maintainers of this software will create a new release:

  1. Run git tag <version>
  2. Run git-chglog -o CHANGELOG.md
  3. Run git push
  4. Run git push --tags