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

贡献者指南