From c9ffa2cf8fccbab89917d172a9c1e4fdad75e9cd Mon Sep 17 00:00:00 2001 From: "masutaka-github-nippou-ci[bot]" <174811092+masutaka-github-nippou-ci[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:01:56 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- lib/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.go b/lib/version.go index 1523e86..ac41c6b 100644 --- a/lib/version.go +++ b/lib/version.go @@ -1,4 +1,4 @@ package lib // Version is the github-nippou version -const Version = "4.2.46" +const Version = "4.3.0" From d332a8b24a59f02e9c52c34dad11a899479dc2fe Mon Sep 17 00:00:00 2001 From: "masutaka-github-nippou-ci[bot]" <174811092+masutaka-github-nippou-ci[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:01:57 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4412ded..560be2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v4.3.0](https://github.com/masutaka/github-nippou/compare/v4.2.46...v4.3.0) - 2026-04-29 +### New Features :tada: +- Support DiscussionEvent by @masutaka in https://github.com/masutaka/github-nippou/pull/326 +### Fix bug :bug: +- Synthesize PR html_url so dedup drops duplicate lines by @masutaka in https://github.com/masutaka/github-nippou/pull/330 +### Maintenance :technologist: +- build(deps): bump actions/create-github-app-token from 2 to 3 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/323 +- build(deps): bump Songmu/tagpr from 1.10.0 to 1.17.1 by @dependabot[bot] in https://github.com/masutaka/github-nippou/pull/322 +- Fix deprecate warnings by @masutaka in https://github.com/masutaka/github-nippou/pull/327 +### Other Changes +- Remove .coderabbit.yaml by @masutaka in https://github.com/masutaka/github-nippou/pull/319 +- chore: Substantially unlimit open-pull-requests-limit by @masutaka in https://github.com/masutaka/github-nippou/pull/324 +- Improve GitHub Actions workflows by @masutaka in https://github.com/masutaka/github-nippou/pull/325 + ## [v4.2.46](https://github.com/masutaka/github-nippou/compare/v4.2.45...v4.2.46) - 2026-03-24 ### Maintenance :technologist: - chore: Migrate tagpr job to ubuntu-slim runner by @masutaka in https://github.com/masutaka/github-nippou/pull/310