v2.0.0
2.0.0 (2017-12-28)
Features
- create-changelog: post "no release" if changelog is
null(d551a80) - use
analyzeCommitsas hook to post "no release" comment (bcba9d2)
BREAKING CHANGES
- Due to limitations in how plugins may be composed,
semantic-release-github-prmust unfortunately hard-code theanalyzeCommits(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]