feat: add additional release links to the release#282
feat: add additional release links to the release#282gr2m merged 1 commit intosemantic-release:masterfrom
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
|
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
|
🎉 This PR is included in version 7.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

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