From e28c12326e30657f5cec5afdb97fc7c852fd7b36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Feb 2023 02:48:50 +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 7024a4a..f9e4aed 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v0.5.0" + default: "v0.5.1" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index 99b52f5..902504c 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.5.0" +var Version = "0.5.1" From b049e8d37902e4a6fd8b9f7a75eed2264517ff9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Feb 2023 02:48:51 +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 8d039ec..13ebfa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.5.1](https://github.com/k1LoW/gh-setup/compare/v0.5.0...v0.5.1) - 2023-02-13 +- [BREAKING] Change API of version by @k1LoW in https://github.com/k1LoW/gh-setup/pull/26 + ## [v0.5.0](https://github.com/k1LoW/gh-setup/compare/v0.4.0...v0.5.0) - 2023-02-13 - Fix README/CI by @k1LoW in https://github.com/k1LoW/gh-setup/pull/21 - Support custom API host by @k1LoW in https://github.com/k1LoW/gh-setup/pull/23