This project follows the conventional commits specification with the following tags:
feat
: Added new featureenh
: Improved working codefix
: Fixed broken coderefac
: Moving/reformatting code without (intentionally) changing how it works, excluded from release notes unless it's a breaking change (!
)doc
: Changes to package documentationtest
: Changes to test suitesys
: Systems administration (e.g. GitHub actions, packaging, etc.), generally excluded from release notes
...and the following (optional) scopes:
[feat]
: Only affects code which has not yet been released, generally excluded from release notes[silent]
: Always excluded release notes