-
-
Save johnstew/941676d525271359a4b2d7f1bf2cb421 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[test]: Update test/* files | |
[dist]: Changes to submodules, version bumps, updates to package.json | |
[minor]: Small changes | |
[doc]: Updates to documentation | |
[fix]: Bug fixes | |
[bin]: Update binary scripts associated with the project | |
[refactor]: Refactor of existing code | |
[nit]: Small code review changes mainly around style or syntax | |
[feat]: New features | |
// Usage | |
fix: closes #9, fix path issue | |
nit: swap let for const | |
doc: added usage section to README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IMHO, it's not relevant. We already have The Conventional Commits specification: https://www.conventionalcommits.org/en/v1.0.0/
where next commit prefixes are mentioned :