From fbe4f1f3ad7f321438ef8f7ca060c5a54a362dd0 Mon Sep 17 00:00:00 2001 From: softprops Date: Tue, 17 Sep 2019 19:38:31 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca976036c..3ff364c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ -## 0.1.0 +## 0.1.2 + +* Add support for merging draft releases [#16](https://github.com/softprops/action-gh-release/pull/16) -* Initial release +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. + +--- ## 0.1.1 * Add support for publishing releases on all supported virtual hosts -You'll need to remove `docker://` prefix and use the `@v1` action tag \ No newline at end of file +You'll need to remove `docker://` prefix and use the `@v1` action tag + +--- + +## 0.1.0 + +* Initial release \ No newline at end of file