KEMBAR78
Comparing v7.0.7...v7.1.1 · semantic-release/github · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: semantic-release/github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.7
Choose a base ref
...
head repository: semantic-release/github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.1
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 7, 2020

  1. feat: add additional release links to the 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 #281
    
    Co-authored-by: Nils Plaschke <plaschke@adobe.com>
    Chumper and Nils Plaschke authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    db2e9c8 View commit details
    Browse the repository at this point in the history
  2. fix(success): fix access to the release notes (#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.
    Chumper authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    24344df View commit details
    Browse the repository at this point in the history
Loading