2.0.0 • Published 6 years ago

emoji-commit-types v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

emoji-commit-types

List of Emoji commit types, for semantic releases, commit linting, and great profit.

Emoji

EmojiRaw EmojiTitleDescriptionLevel
:boom::boom:Breaking ChangeA code change that results in backwards-incompatible codemajor
:new::new:FeatureA new featureminor
:bug::bug:Bug FixesA bug fixpatch
:memo::memo:DocumentationDocumentation only changespatch
:art::art:Code StylesChanges that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)patch
:gem::gem:User StylesChanges that affect the user styling but not functionalityminor
:dizzy::dizzy:Code RefactoringA code change that neither fixes a bug nor adds a featurepatch
:racehorse::racehorse:Performance ImprovementsA code change that improves performanceminor
:white_check_mark::white_check_mark:TestsAdding missing tests or correcting existing testspatch
:wrench::wrench:BuildsChanges that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)patch
:green_heart::green_heart:CI/CDChanges to our CI/CD configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)patch
:nut_and_bolt::nut_and_bolt:ChoresOther changes that don't modify source or test filespatch
:crystal_ball::crystal_ball:ExperimentsExperimental change to the codebase that may be changed laterpatch
:lock::lock:Security ImprovementsA code change that improves securityminor
:fire::fire:Code RemovalChanges that have the net result of removing unneeded code but does not affect functionalityminor
:shirt::shirt:Nitpick FixesA code change that fixes nitpick issues (like linting)patch