Tags: admdev8/github-4
Tags
fix(success): fix access to the release notes (semantic-release#284) There was a wrong assumption that release notes would be passed separately to the plugin. This is not the case and could break clients using the new addRelease feature. This commit fixes the access to the release notes of the next release.
feat: add additional release links to the release (semantic-release#282) A new option `addReleases` has been added. Setting this option will add links to other releases to the Github release body. The option can be one of `false|"top"|"bottom"`. The default is `false` to be backward compatible. Closes semantic-release#281 Co-authored-by: Nils Plaschke <plaschke@adobe.com>
fix: publish a release when env.GITHUB_URL is set to https://github.com… … (semantic-release#269)
fix: address `@octokit/rest` deprecations (semantic-release#249)
PreviousNext