From cb8584d0fb12d23376c6dc233250e2f675ade5a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Feb 2023 10:38:19 +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 78f6acf..b1bcfbc 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v1.1.4" + default: "v1.2.0" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index e46c00e..d45bfda 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.1.4" +var Version = "1.2.0" From ec41d95cceb1d771b01c9d2871ec4c72e384db71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Feb 2023 10:38:19 +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 097fe78..261c9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.2.0](https://github.com/k1LoW/gh-setup/compare/v1.1.4...v1.2.0) - 2023-02-27 +- Run gh-setup on container by @k1LoW in https://github.com/k1LoW/gh-setup/pull/65 + ## [v1.1.4](https://github.com/k1LoW/gh-setup/compare/v1.1.3...v1.1.4) - 2023-02-24 - Update pkgs by @k1LoW in https://github.com/k1LoW/gh-setup/pull/63