1.2.0 โ€ข Published 1 month ago

cz-emoji-conventional-message v1.2.0

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

๐Ÿ“„ Description

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

๐Ÿ“ Commit Types

Commit TypeEmojiDescription
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).

1.2.0

1 month ago

1.1.0

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

6 months ago

1.0.1-alpha.3.1

8 months ago

1.0.1-alpha.3

8 months ago

1.0.1-alpha.2.6

8 months ago

1.0.1-alpha.2.5

8 months ago

1.0.1-alpha.2.4

8 months ago

1.0.1-alpha.2.3

8 months ago

1.0.1-alpha.2.2

8 months ago

1.0.1-alpha.2.1

8 months ago

1.0.1-alpha.2

8 months ago

1.0.1-alpha.1.1

8 months ago

1.0.1-alpha.1

8 months ago

1.0.1-alpha.0

8 months ago

1.0.0

8 months ago