From c183647b18f63e7dc3f0021f40ffb9a3aeb6ca61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Sep 2024 07:08:50 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From b17cf48c79d6aa4bc4be46448b36295305453f00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Sep 2024 07:08:51 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e920040..15d9b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v2.4.1](https://github.com/route06/actions/compare/v2.4.0...v2.4.1) - 2024-09-26 +### Maintenance :technologist: +- build(deps): bump Songmu/tagpr from 1.4.0 to 1.4.1 by @dependabot in https://github.com/route06/actions/pull/78 +- Add workflow_dispatch to My Release workflow by @masutaka in https://github.com/route06/actions/pull/76 +- build(deps): bump reviewdog/action-actionlint from 1.54.0 to 1.55.0 by @dependabot in https://github.com/route06/actions/pull/81 +- build(deps): bump Songmu/tagpr from 1.4.1 to 1.4.2 by @dependabot in https://github.com/route06/actions/pull/80 +### Other Changes +- Refactor .github/workflows/create_gh_issue.yml by @masutaka in https://github.com/route06/actions/pull/77 +- Add missing workflow links to README.md by @masutaka in https://github.com/route06/actions/pull/74 +- Fix the usage of create_gh_issue.yml by @masutaka in https://github.com/route06/actions/pull/75 +- Dynamically generate CodeQL jobs by @masutaka in https://github.com/route06/actions/pull/82 + ## [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