Skip to content

Latest commit

History

History
20 lines (11 loc) 路 493 Bytes

CHANGELOG.md

File metadata and controls

20 lines (11 loc) 路 493 Bytes

0.1.2

  • Add support for merging draft releases #16

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


0.1.0

  • Initial release