From f60b2f23da8c71ff7917f3df902eef3341744828 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Sep 2024 06:26:29 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From 12ef5f7cf492dcead52bbed2114701cf84d975a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Sep 2024 06:26:29 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df586a..e920040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.4.0](https://github.com/route06/actions/compare/v2.3.0...v2.4.0) - 2024-09-13 +### New Features :tada: +- 指定した GitHub Discussion ID に固定コメントを追加する reusable workflow を作成 by @masutaka in https://github.com/route06/actions/pull/72 +- GitHub Issue を作成する reusable workflow を作成する by @masutaka in https://github.com/route06/actions/pull/73 +### Maintenance :technologist: +- build(deps-dev): bump adr from 1.4.6 to 1.5.1 by @dependabot in https://github.com/route06/actions/pull/69 +- build(deps-dev): bump adr from 1.5.1 to 1.5.2 by @dependabot in https://github.com/route06/actions/pull/71 + ## [v2.3.0](https://github.com/route06/actions/compare/v2.2.0...v2.3.0) - 2024-08-15 ### New Features :tada: - create_gh_discussion.ymlのoutputsに作成したDiscussionIDを持たせる by @TomckySan in https://github.com/route06/actions/pull/65