From ebc5b3ab30426cef1e47e35db9a72c976a2133de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Feb 2023 22:18:10 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- action.yml | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7aa21d5..3d65c5f 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v0.7.4" + default: "v0.8.0" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index 357bb73..89c13fb 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "gh-setup" // Version for this. -var Version = "0.7.4" +var Version = "0.8.0" From e630f21708cc20c76971d68ab9baf3d1e64c8917 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Feb 2023 22:18:11 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17c4bd..d493a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.8.0](https://github.com/k1LoW/gh-setup/compare/v0.7.4...v0.8.0) - 2023-02-14 +- Fix match logic by @k1LoW in https://github.com/k1LoW/gh-setup/pull/41 + ## [v0.7.4](https://github.com/k1LoW/gh-setup/compare/v0.7.3...v0.7.4) - 2023-02-14 ## [v0.7.3](https://github.com/k1LoW/gh-setup/compare/v0.7.2...v0.7.3) - 2023-02-14