Created
April 13, 2023 00:28
-
-
Save mhucka/a5d3eeb07c6e3fb679d1c01761f8f8fe to your computer and use it in GitHub Desktop.
My conventional commits tags
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
build: Changes that affect the build system or external dependencies | |
ci: Changes to CI configuration files and scripts | |
docs: Documentation only changes | |
feat: A new feature | |
fix: A bug fix | |
perf: A code change that improves performance | |
refact: A code change that neither fixes a bug nor adds a feature | |
style: Changes that do not affect the meaning of the code | |
test: Adding missing tests or correcting existing tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment