Skip to content

Commit 3c58530

Browse files
authored
Merge pull request #185 from Songmu/tagpr-from-v1.4.2
Release for v1.4.3
2 parents d01e762 + c43112f commit 3c58530

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v1.4.3](https://github.com/Songmu/tagpr/compare/v1.4.2...v1.4.3) - 2024-10-22
4+
- update deps and Go version by @Songmu in https://github.com/Songmu/tagpr/pull/184
5+
36
## [v1.4.2](https://github.com/Songmu/tagpr/compare/v1.4.1...v1.4.2) - 2024-09-21
47
- Update README. by @monochromegane in https://github.com/Songmu/tagpr/pull/181
58
- Retry when "Secondary rate limit" error occurs in GitHub API by @snaka in https://github.com/Songmu/tagpr/pull/183

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
version:
66
description: "A version to install tagpr"
77
required: false
8-
default: "v1.4.2"
8+
default: "v1.4.3"
99
outputs:
1010
tag:
1111
description: "The semver tag, which is output only when the tagpr has tagged"

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package tagpr
22

3-
const version = "1.4.2"
3+
const version = "1.4.3"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)