K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

Add pull request body to a release #30

Open cbrwizard opened 4 years ago

cbrwizard commented 4 years ago

It would be nice to have a pull request body added to a release, not just the commit messages

K-Phoen commented 4 years ago

Could be interesting to have, agreed.

Want to work on this? :)

aaiezza commented 4 years ago

In addition to body, I'd love to have all the other parameters you can use in the https://github.com/actions/create-release 🙂