From 53e4930bd2723a82d1a54b244a80277657781ec6 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 24 Dec 2022 18:50:24 +0900 Subject: [PATCH] Release 1.6.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73acb8f..8a2c10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [1.6.2] - 2022-12-24 + - Support self-hosted runner that does not set `GITHUB_OUTPUT` environment variable. ([#17](https://github.com/taiki-e/create-gh-release-action/pull/17)) ## [1.6.1] - 2022-10-14 @@ -78,7 +80,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.1...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.4.0...v1.5.0