From d92f68dfca788e477954fb1d3963759be1ddcb4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Mar 2023 08:14:37 +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 2cc71dc..b90e3bb 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v1.2.2" + default: "v1.3.0" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index e3e29a7..1834e11 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 = "1.2.2" +var Version = "1.3.0" From 6759fd755af23e967ff84f03cb6a53821cef8ee8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Mar 2023 08:14:38 +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 3ae9c7b..a0b0dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.3.0](https://github.com/k1LoW/gh-setup/compare/v1.2.2...v1.3.0) - 2023-03-27 +- Fix option handling ( `--match` / `--strict` ) by @k1LoW in https://github.com/k1LoW/gh-setup/pull/72 +- Fix `--match` score by @k1LoW in https://github.com/k1LoW/gh-setup/pull/73 + ## [v1.2.2](https://github.com/k1LoW/gh-setup/compare/v1.2.1...v1.2.2) - 2023-03-10 - Update pkgs by @k1LoW in https://github.com/k1LoW/gh-setup/pull/70