streamich/git-cz

Semantic branch names

開放

#193 建立於 2020年7月17日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (111 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (1,872 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南