Skip to content

v2.0.0

Choose a tag to compare

@updaterci updaterci released this 28 Dec 23:24
· 82 commits to master since this release
afe0d60

2.0.0 (2017-12-28)

Features

  • create-changelog: post "no release" if changelog is null (d551a80)
  • use analyzeCommits as hook to post "no release" comment (bcba9d2)

BREAKING CHANGES

  • Due to limitations in how plugins may be composed, semantic-release-github-pr must unfortunately hard-code the analyzeCommits (see discussion here).

Users may still want to define a custom analyzeCommits plugin, or want to pass options to the default analyzeCommits plugin. To work around this problem, set the desired analyzeCommits configuration in the release plugin config inside the githubPr key instead.

[ch2604]