action-gh-release/CHANGELOG.md

20 lines
493 B
Markdown
Raw Normal View History

2019-09-17 13:38:31 +03:00
## 0.1.2
* Add support for merging draft releases [#16](https://github.com/softprops/action-gh-release/pull/16)
2019-09-09 15:02:30 +03:00
2019-09-17 13:38:31 +03:00
GitHub's api doesn't explicitly have a way of fetching a draft release by tag name which caused draft releases to appear as separate releases when used in a build matrix.
This is now fixed.
---
2019-09-09 15:02:30 +03:00
## 0.1.1
2019-09-09 15:35:52 +03:00
* Add support for publishing releases on all supported virtual hosts
2019-09-17 13:38:31 +03:00
You'll need to remove `docker://` prefix and use the `@v1` action tag
---
## 0.1.0
* Initial release