Skip to content

PunGrumpy/cz-emoji-conventional-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦„ CZ Emoji Conventional Message

Commitizen adapter for conventional-changelog that uses emojis for commit types.

Preview

πŸ“„ Description

A commitizen adapter for conventional-changelog that uses emojis for commit types.

πŸ“ Commit Types

Commit Type Emoji Description
feat ✨ Introducing new features.
fix πŸ› Fixing a bug.
docs πŸ“ Writing docs.
style 🎨 Improving structure / format of the code.
perf πŸš€ Improving performance.
refactor πŸ”¨ A code change that neither fixes a bug nor adds a feature.
test πŸ§ͺ Adding missing tests or correcting existing tests.
build πŸ‘· Changes that affect the build system or external dependencies.
ci πŸ”§ Changes to our CI configuration files and scripts.
rev βͺ Reverting changes.
wip 🚧 Work in progress.
container 🐳 Changes to container files.
ui πŸ’„ Changes affecting the user interface
ux πŸ–ŒοΈ Changes affecting the user experience
i18n 🌐 Changes affecting internationalization and localization
analytics πŸ“Š Changes affecting analytics
security πŸ”’ Changes affecting security

πŸš€ Features

  • Commitizen adapter
  • Support for emojis
  • Searchable commit types
? Select the type of change that you're committing: (Press <enter> to submit)
❯ feature    ✨  Introducing new features. (Features)
  fix        πŸ›  Fixing a bug. (Bug Fixes)
  docs       πŸ“  Writing docs. (Documentation)
  style      🎨  Improving structure / format of the code. (Styles)
  perf       πŸš€  Improving performance. (Performance Improvements)
  refactor   πŸ”¨  A code change that neither fixes a bug nor adds a feature. (Code Refactoring)
  test       πŸ§ͺ  Adding missing tests or correcting existing tests. (Tests)
(Move up and down to reveal more choices)
[feature]:  ✨ Introducing new features. (Features)
[fix]:      πŸ› Fixing a bug. (Bug Fixes)
[docs]:     πŸ“ Writing docs. (Documentation)
[style]:    🎨 Improving structure / format of the code. (Styles)
[perf]:     πŸš€ Improving performance. (Performance Improvements)
[refactor]: πŸ”¨ A code change that neither fixes a bug nor adds a feature. (Code Refactoring)
[test]:     πŸ§ͺ Adding missing tests or correcting existing tests. (Tests)
[build]:    πŸ‘· Changes that affect the build system or external dependencies.
[ci]:       πŸ”§ Changes to our CI configuration files and scripts. (Continuous Integrations)
[rev]:      βͺ Reverting changes. (Reverts)
[wip]:      🚧 Work in progress. (WIP)
[container]:🐳 Changes to container files. (Containers)
[ui]:       πŸ’„ Changes affecting the user interface
[ux]:       πŸ–ŒοΈ Changes affecting the user experience
[i18n]:     🌐 Changes affecting internationalization and localization
[analytics]:πŸ“Š Changes affecting analytics
[security]: πŸ”’ Changes affecting security

πŸ“¦ Installation

npm install --save-dev cz-emoji-conventional-message
# or
npm install --global cz-emoji-conventional-message

πŸ”§ Usage

πŸ“ Commitizen

{
  "config": {
    "commitizen": {
      "path": "cz-emoji-conventional-message"
    }
  }
}

πŸ“„ License

See the LICENSE file for license rights and limitations (MIT).

Releases

No releases published

Packages

No packages published