From f345248b0a5a5d7ad4fc55cbca4d97cd4eed4b67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 09:19:13 +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 34bd3d5..ccf4647 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: version: description: "A version to install tagpr" required: false - default: "v1.4.2" + default: "v1.4.3" outputs: tag: description: "The semver tag, which is output only when the tagpr has tagged" diff --git a/version.go b/version.go index 4c3c98d..9b98d69 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package tagpr -const version = "1.4.2" +const version = "1.4.3" var revision = "HEAD" From c43112f19d5b6eaf26b4f7427bb09f68b8c944a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 09:19:13 +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 47dc66f..1643b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.4.3](https://github.com/Songmu/tagpr/compare/v1.4.2...v1.4.3) - 2024-10-22 +- update deps and Go version by @Songmu in https://github.com/Songmu/tagpr/pull/184 + ## [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