streamich/git-cz

Semantic branch names

Aperta

#193 aperta il 17 lug 2020

 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (111 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (1872 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Add interactive command for creating semantic branch names.

image

Format would be:

<emoji>-<type>/<date>/<name>
  • type is one of

Example:

🔥-hotfix/2020-07-17/broken-db-connection

Command could be:

git-cz b
git-cz branch
  • type and emoji should be customizable.
  • default types are
    • feat
    • fix
    • hotfix
    • release
  • date should be in YYYY-MM-DD format.
  • date could be disabled in config

Guida contributor