-
Notifications
You must be signed in to change notification settings - Fork 129
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
Append the release channels to the release #281
Labels
Comments
Chumper
pushed a commit
to Chumper/github
that referenced
this issue
Sep 1, 2020
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 semantic-release#281
Chumper
pushed a commit
to Chumper/github
that referenced
this issue
Sep 1, 2020
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 semantic-release#281
Chumper
pushed a commit
to Chumper/github
that referenced
this issue
Sep 3, 2020
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 semantic-release#281
Chumper
pushed a commit
to Chumper/github
that referenced
this issue
Sep 3, 2020
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 semantic-release#281
Chumper
pushed a commit
to Chumper/github
that referenced
this issue
Sep 7, 2020
A new option `addReleases` has been added. Setting this option will instruct the plugin to append all additional releases to the Github release. The option can be one of `false|top|bottom` and the releases are appended to the top or bottom of the releases depending on the option. The default is `false` to be backward compatible. Closes semantic-release#281
Chumper
pushed a commit
to Chumper/github
that referenced
this issue
Sep 7, 2020
A new option `addReleases` has been added. Setting this option will instruct the plugin to append all additional releases to the Github release. The option can be one of `false|top|bottom` and the releases are appended to the top or bottom of the releases depending on the option. The default is `false` to be backward compatible. Closes semantic-release#281
Chumper
pushed a commit
to Chumper/github
that referenced
this issue
Sep 7, 2020
A new option `addReleases` has been added. Setting this option will instruct the plugin to append all additional releases to the Github release. The option can be one of `false|top|bottom` and the releases are appended to the top or bottom of the releases depending on the option. The default is `false` to be backward compatible. Closes semantic-release#281
Chumper
pushed a commit
to Chumper/github
that referenced
this issue
Sep 7, 2020
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
gr2m
pushed a commit
that referenced
this issue
Sep 7, 2020
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>
🎉 This issue has been resolved in version 7.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a possibility to append the release channels to the release?
Atm the only possibility to see the release channels is on a PR/Issue.
I have 4 release channels internally that I use (
S3
,Docker
,Pypi
,GithubRelease
)It would be nice to see the other releases too.
The text was updated successfully, but these errors were encountered: