From 27bf09f513c6ce2c74ae84a51589ff54e912e514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Sep 2024 12:56:12 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- action.yml | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1bdc3dc..34bd3d5 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: version: description: "A version to install tagpr" required: false - default: "v1.4.1" + default: "v1.4.2" outputs: tag: description: "The semver tag, which is output only when the tagpr has tagged" diff --git a/version.go b/version.go index 4072ce1..4c3c98d 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package tagpr -const version = "1.4.1" +const version = "1.4.2" var revision = "HEAD" From b161f1255e9be3ffb9c877648abefc197fdac47f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Sep 2024 12:56:13 +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 6a87bfe..47dc66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v1.4.2](https://github.com/Songmu/tagpr/compare/v1.4.1...v1.4.2) - 2024-09-21 +- Update README. by @monochromegane in https://github.com/Songmu/tagpr/pull/181 +- Retry when "Secondary rate limit" error occurs in GitHub API by @snaka in https://github.com/Songmu/tagpr/pull/183 + ## [v1.4.1](https://github.com/Songmu/tagpr/compare/v1.4.0...v1.4.1) - 2024-09-09 - use static option to build tagpr binaries by @vvakame in https://github.com/Songmu/tagpr/pull/179