Work in progress
Always prefix commit messages with the following categories
breaking: anything semver-majornew: anything semver-minordeps: anything that just depsreadme: anything that's only changing the readmedocs: anything that changes API documentation (more than just the readme)performance: a refactor (semver-patch) that improves performance (sometimesPerf, be consistent with what's in the log already)refactor: no observable changes (semver-patch)actions: anything that only changes Github Actions workflowstests: anything to do with testing, that's not just updating dev deps (sometimesTest, but the plural is preferred)lint: anything that's solely to do with linting - config and/or code changes, eg.meta: anything to do with project infra not covered by a more specific category: randompackage.jsonstuff, github config files, etcpatch: anything semver-patch not covered by a more specific category