From a9911711fd0c3ddda6025ec78cf72f66bbdc6aa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jul 2024 15:03:41 +0000 Subject: [PATCH 1/3] [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 279540a..de7ae42 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.25" +const Version = "4.2.26" From 7504a2e4f590357729101508756155bca75f63fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jul 2024 15:03:41 +0000 Subject: [PATCH 2/3] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18dbeb7..28ecc20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v4.2.26](https://github.com/masutaka/github-nippou/compare/v4.2.25...v4.2.26) - 2024-07-02 +### Maintenance :technologist: +- Fix .goreleaser.yaml part7 by @masutaka in https://github.com/masutaka/github-nippou/pull/182 + ## [v4.2.25](https://github.com/masutaka/github-nippou/compare/v4.2.24...v4.2.25) - 2024-07-02 ### Maintenance :technologist: - Fix .goreleaser.yaml part5 by @masutaka in https://github.com/masutaka/github-nippou/pull/180 From 6f493c593a0001030a2d69cc0e9eb48be8eb7dab Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Wed, 3 Jul 2024 00:04:28 +0900 Subject: [PATCH 3/3] Fix CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ecc20..a82c79c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ## [v4.2.25](https://github.com/masutaka/github-nippou/compare/v4.2.24...v4.2.25) - 2024-07-02 ### Maintenance :technologist: -- Fix .goreleaser.yaml part5 by @masutaka in https://github.com/masutaka/github-nippou/pull/180 +- Fix .goreleaser.yaml part6 by @masutaka in https://github.com/masutaka/github-nippou/pull/180 ## [v4.2.24](https://github.com/masutaka/github-nippou/compare/v4.2.23...v4.2.24) - 2024-07-02 ### Maintenance :technologist: