vercel/release

Support for feature branches

开放

#29 创建于 2017年1月5日

 (4 条评论) (7 个反应) (0 位负责人)JavaScript (145 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (3,534 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

My team uses feature branches, and we also use the "Squash and merge" feature within GitHub. This makes our master branch look like this (by default):

image

So, do you think it would be possible for release to detect commit messages in that format (instead of using parenthesis such as Error logging works now (patch))? The Angular guidelines could be used:

listed under ### Minor Changes:

  • feat
  • feature

listed under ### Patches:

  • fix
  • docs
  • style
  • refactor
  • perf
  • test
  • chore

So anything that begins with those words would automatically be sorted to minor or patch.

贡献者指南