From 002f4a046c3332dccac3655b18c154ab8ee83897 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jul 2024 15:16:05 +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 de7ae42..c52045e 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.26" +const Version = "4.2.27" From c750c16f3ce4fda2b78ffbbaadec2813fcafae5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jul 2024 15:16:05 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82c79c..5b537d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v4.2.27](https://github.com/masutaka/github-nippou/compare/v4.2.26...v4.2.27) - 2024-07-02 +### Maintenance :technologist: +- Refactor release workflow by @masutaka in https://github.com/masutaka/github-nippou/pull/184 + ## [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