From f156caa935ee4121510be4ac70350ce10b3e1b44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jul 2024 13:41:22 +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 96e1215..4bab963 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.18" +const Version = "4.2.19" From 5132562e4560b403660a2627f53e66cd268f4cd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jul 2024 13:41:22 +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 e3267b7..160afec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v4.2.19](https://github.com/masutaka/github-nippou/compare/v4.2.18...v4.2.19) - 2024-07-02 +### Maintenance :technologist: +- switch to action hash with version comment by @masutaka in https://github.com/masutaka/github-nippou/pull/158 +- Change section and add label for release.yml by @masutaka in https://github.com/masutaka/github-nippou/pull/159 +- Introduce actionlint to CI by @masutaka in https://github.com/masutaka/github-nippou/pull/160 +- Fix GitHub Actions workflows by @masutaka in https://github.com/masutaka/github-nippou/pull/161 +- Refactor pushover workflow by @masutaka in https://github.com/masutaka/github-nippou/pull/163 +- Bump reviewdog/action-actionlint from 1.48.0 to 1.51.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/166 +- Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/masutaka/github-nippou/pull/167 +- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in https://github.com/masutaka/github-nippou/pull/164 +- Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/165 +- Automatically update masutaka/homebrew-tap after release by @masutaka in https://github.com/masutaka/github-nippou/pull/168 +- Decrease GitHub App permission by @masutaka in https://github.com/masutaka/github-nippou/pull/169 + ## [v4.2.18](https://github.com/masutaka/github-nippou/compare/v4.2.17...v4.2.18) - 2024-06-02 ### Update modules :up: - Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in https://github.com/masutaka/github-nippou/pull/156