release prep for 0.1.14

This commit is contained in:
softprops 2021-11-15 01:29:26 -05:00
parent 0465cdad11
commit 1e07f43987
5 changed files with 22 additions and 18 deletions

View file

@ -1,3 +1,7 @@
## 0.1.14
- provides an new workflow input option `generate_release_notes` which when set to true will automatically generate release notes for you based on GitHub activity [#179](https://github.com/softprops/action-gh-release/pull/179). Please see the [GitHub docs for this feature](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes) for more information
## 0.1.13
- fix issue with multiple runs concatenating release bodies [#145](https://github.com/softprops/action-gh-release/pull/145)