vercel/release

Can't release if there's only 1 commit since last tag

开放

#93 创建于 2017年6月30日

 (3 条评论) (2 个反应) (0 位负责人)JavaScript (145 个派生)batch import
bughelp wanted

仓库指标

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

描述

I end up with the error Error! No changes happened since the last release. if I have only 1 commit since the last tag.

Seems like the following code might be the issue https://github.com/zeit/release/blob/master/lib/commits.js#L22

  if (commit.hash === release.hash) {
    return
  }

贡献者指南