devmessias / conventional-commit-types

List of conventional commit types with emoji :tada:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED] - Use conventional-changelog-metahub instead

conventional-commit-types

List of conventional commit types, extending conventional-commit-types, with emojis and additionnal commit types (aliases).

npm npm Greenkeeper badge license semantic-release Commitizen friendly

Travis Codecov

Used by cz-conventional-commit.

Commit types originally from:

Commit types

Commit Type Title Description Emoji
feat Features A new feature ✨
fix Bug Fixes A bug Fix πŸ›
docs Documentation Documentation only changes πŸ“š
style Styles Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) πŸ’Ž
refactor Code Refactoring A code change that neither fixes a bug nor adds a feature πŸ“¦
perf Performance Improvements A code change that improves performance πŸš€
test Tests Adding missing tests or correcting existing tests 🚨
build Builds Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) πŸ› 
ci Continuous Integrations Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) βš™οΈ
chore Chores Other changes that don't modify src or test files ♻️
revert Reverts Reverts a previous commit πŸ—‘

Commit aliases

Aliases allow to have additionnal commit types (in a tool like commitizen for example) that can be formatted to follow AngularJS Commit Message Conventions.

For example the commitizen CLI can present the choice initial and the final commit message will be 'feat: Initial commit πŸŽ‰'

Commit Type Maps to Title Description Emoji
initial feat Initial Initial commit πŸŽ‰
dependencies fix Dependencies Update dependencies ⏫
peerDependencies fix Peer dependencies Update peer dependencies ⬆️
devDependencies chore Dev dependencies Update development dependencies πŸ”Ό
metadata fix Metadata Update metadata (package.json) πŸ“¦

About

List of conventional commit types with emoji :tada:

License:MIT License


Languages

Language:JavaScript 100.0%