vercel/release

Support for feature branches

オープン

#29 opened on 2017/01/05

 (4 件のコメント) (7 件のリアクション) (0 人の担当者)JavaScript (145 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (3,534 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド