From 63c1f62f1a425e30ba08f1416a83a8efe8b3aea2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jul 2024 14:14:13 +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 35f2c11..6ae1bfd 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.28" +const Version = "4.2.29" From 297421dc8b21db5d36022030d8cca67ff6ba4d67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jul 2024 14:14:14 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 475ec3c..9ea391f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v4.2.29](https://github.com/masutaka/github-nippou/compare/v4.2.28...v4.2.29) - 2024-07-18 +### Maintenance :technologist: +- Fix missing CI trigger of Release PR by @masutaka in https://github.com/masutaka/github-nippou/pull/190 +- Fix the permission of tagpr job by @masutaka in https://github.com/masutaka/github-nippou/pull/191 +- Bump google/go-github to v63 by @masutaka in https://github.com/masutaka/github-nippou/pull/193 + ## [v4.2.28](https://github.com/masutaka/github-nippou/compare/v4.2.27...v4.2.28) - 2024-07-02 ### Maintenance :technologist: - Revert "Refactor release workflow" by @masutaka in https://github.com/masutaka/github-nippou/pull/186