From e2057972453b8333046f3186ac048cb8a44267be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Feb 2023 22:40:26 +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 57fd50d..4155fd9 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v0.3.0" + default: "v0.4.0" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index b618266..00d8f93 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.3.0" +var Version = "0.4.0" From a49b6c2dc653e8dd7eadad94d0a235ec06c40a05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Feb 2023 22:40:26 +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 39eac3c..e0549f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.4.0](https://github.com/k1LoW/gh-setup/compare/v0.3.0...v0.4.0) - 2023-02-12 +- Add `gh-setup-version:` by @k1LoW in https://github.com/k1LoW/gh-setup/pull/19 + ## [v0.3.0](https://github.com/k1LoW/gh-setup/compare/v0.2.0...v0.3.0) - 2023-02-12 - Add `--match` option ( Fix repo ) by @k1LoW in https://github.com/k1LoW/gh-setup/pull/14 - Add `match:` section for `--match` by @k1LoW in https://github.com/k1LoW/gh-setup/pull/17