From 1a70998dc8e184c39e44a4ef41f772eb9f1b0e92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Feb 2023 01:11:06 +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 4155fd9..7024a4a 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v0.4.0" + default: "v0.5.0" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index 00d8f93..99b52f5 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.4.0" +var Version = "0.5.0" From 8263ce681bf380679889fffd73c4ed1879698970 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Feb 2023 01:11:06 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0549f1..8d039ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 +- Add ignoreBinnameKeywords by @k1LoW in https://github.com/k1LoW/gh-setup/pull/24 +- Fix detecting API endpoint by @k1LoW in https://github.com/k1LoW/gh-setup/pull/25 + ## [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