Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 614 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 614 Bytes

Contributing Guidelines

There are some things that should be kept in mind when contributing to this project.

Release (for maintainers)

Make sure CI is not failing. Then:

# <release> should follow semantic versioning
git commit -am "chore: release <release>"
git tag "<release>"
git cliff -o CHANGELOG.md
git push && git push --tags