From f4c736310aa1046144afd73af052125b3b8822b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Oct 2024 14:45:47 +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 a1606ae..7e2ffbd 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.31" +const Version = "4.2.32" From b4102c01633c144eddb3a852ca9fe24910dc7864 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Oct 2024 14:45:48 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0711cb6..d945b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v4.2.32](https://github.com/masutaka/github-nippou/compare/v4.2.31...v4.2.32) - 2024-10-01 +### Maintenance :technologist: +- Bump route06/actions from 2.4.0 to 2.4.1 by @dependabot in https://github.com/masutaka/github-nippou/pull/218 +- Bump Songmu/tagpr from 1.4.0 to 1.4.2 by @dependabot in https://github.com/masutaka/github-nippou/pull/217 +- Bump reviewdog/action-actionlint from 1.54.0 to 1.57.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/219 +- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/220 + ## [v4.2.31](https://github.com/masutaka/github-nippou/compare/v4.2.30...v4.2.31) - 2024-09-23 ### Maintenance :technologist: - Bump Songmu/tagpr from 1.3.0 to 1.4.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/209