- Notifications
You must be signed in to change notification settings - Fork142
feat: add additional release links to the release#282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Chumper commentedSep 1, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
Chumper commentedSep 1, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
felipecrs commentedSep 1, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
I believe you can add the closure ofsemantic-release/semantic-release#1617 to this PR as well. (Closessemantic-release/semantic-release#1617) |
gr2m commentedSep 3, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
Chumper commentedSep 3, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
Chumper commentedSep 3, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
I found the error. I was using a feature that is not supported in node 10 and 12. That is what you get when you are not mainly progamming in node. @gr2m This can now be reviewed and merged. |
gr2m left a comment• edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
gr2m commentedSep 6, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
Chumper commentedSep 6, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
felipecrs commentedSep 6, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
I agree that the release links should be at the bottom and not in top. Because of the same reason of@gr2m. @Chumper btw, the choice is a great addition since this is a breaking change. Unless we leave it default to I suggest to include the option, leave it default to "bottom" (or whatever you decide), and then move ahead with this breaking change. |
Chumper commentedSep 6, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
162d9af tocdaf2a2CompareChumper commentedSep 7, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
@gr2m@felipecrs I have added the discussed changes. Allowed values are now Default will be Please review again and merge if you think this will work. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
A new option `addReleases` has been added.Setting this option will add links to other releasesto the Github release body.The option can be one of `false|"top"|"bottom"`.The default is `false` to be backward compatible.Closessemantic-release#281
Chumper commentedSep 7, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
gr2m left a comment• edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
semantic-release-bot commentedSep 7, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.
🎉 This PR is included in version 7.1.0 🎉 The release is available on: Yoursemantic-release bot 📦🚀 |
felipecrs commentedSep 7, 2020 • edited by heartsbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by heartsbot
Uh oh!
There was an error while loading.Please reload this page.

Uh oh!
There was an error while loading.Please reload this page.
A new option
addReleaseshas been added.Setting this option will instruct the plugin to append all
additional releases to the Github release on the top.
Closes#281