-
Notifications
You must be signed in to change notification settings - Fork 139
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
861f2dd
to
614d748
Compare
I believe you can add the closure of semantic-release/semantic-release#1617 to this PR as well. (Closes semantic-release/semantic-release#1617) |
614d748
to
7f1b4b1
Compare
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. |
7f1b4b1
to
40db841
Compare
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.
Great work, thank you!
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. |
162d9af
to
cdaf2a2
Compare
@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. |
cdaf2a2
to
c47c0b6
Compare
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
c47c0b6
to
dea56d8
Compare
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.
Thank you Nils, this is great
🎉 This PR is included in version 7.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
A new option
addReleases
has been added.Setting this option will instruct the plugin to append all
additional releases to the Github release on the top.
Closes #281