From 8ee95968a82405bca8abe482f56b81cbc9ae2152 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 23 Mar 2023 00:27:52 +0900 Subject: [PATCH] Tweak changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdf310..35c3669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] -### Added - - 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))