From 3b8000942cbb1a3a131e78f4d3ccfe1575c2c278 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 23 Mar 2023 00:28:10 +0900 Subject: [PATCH] Release 1.7.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c3669..bbcca31 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.7.0] - 2023-03-22 + - Add `allow-missing-changelog` input option to allow create the release even if the changelog entry corresponding to the version is missing. ([#23](https://github.com/taiki-e/create-gh-release-action/pull/23), thanks @lmajano) - Switch to composite action. ([#24](https://github.com/taiki-e/create-gh-release-action/pull/24)) @@ -88,7 +90,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.3...HEAD +[Unreleased]: https://github.com/taiki-e/create-gh-release-action/compare/v1.7.0...HEAD +[1.7.0]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.3...v1.7.0 [1.6.3]: https://github.com/taiki-e/create-gh-release-action/compare/v1.6.2...v1.6.3 [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