Skip to content

A commitizen adapter for Angular styled conventional commit messages

Notifications You must be signed in to change notification settings

EmanoelPedro/cz-emoji-conventional

 
 

Folders and files

NameName
Last commit message
Last commit date
Aug 15, 2024
Aug 15, 2024
Jul 18, 2021
Jul 18, 2021
Aug 15, 2024
Jul 18, 2021
Aug 15, 2024
Jul 16, 2023
Jul 18, 2021
Jul 18, 2021
Jul 16, 2023

Repository files navigation

cz-emoji-conventional

Conventional commits with great visibility of emoji ✨

How cz-emoji-conventional looks

Here are some examples of git commit titles.

- ✨ feat: add signup pages from (#11)
- πŸ› fix(test): get browser width for android devices
- ♻️ refactor(sc): refactor to styled component
- πŸ§ͺ test: add test for splitmerge

Format is as below

[emoji] [type]([scope]): [commit msg] (#[issue No.])

emoji are pre-defined for 7 types (feat, fix, test, chore, build, ci, revert). scope & issue No. are optional.

Why cz-emoji-conventional?

This commitizen adapter adds emoji alongside conventional commit message format from Angular team.

Colorful emojis makes it easy for you to skim through commit log and find certain kinds of commit.

This commitizen adapter basically works same to cz-conventional-changelog, as this package is its fork.

In order to use, install commitizen and cz-emoji-conventional. Then, just add below to your package.json

  "config": {
    "commitizen": {
      "path": "node_modules/cz-emoji-conventional"
    }
  },

Configuration

Configuration options of cz-conventional-changelog can be used. For other configuration options, refer to commitizen repository.

About

A commitizen adapter for Angular styled conventional commit messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.8%
  • TypeScript 44.2%