vercel/release

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

Open

#93 建立於 2017年6月30日

在 GitHub 查看
 (3 留言) (2 反應) (0 負責人)JavaScript (3,534 star) (145 fork)batch import
bughelp wanted

描述

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
  }

貢獻者指南