Skip to content

Commit f8320f3

Browse files
authored
Merge pull request #180 from Songmu/tagpr-from-v1.4.0
Release for v1.4.1
2 parents 905973a + 72ebb46 commit f8320f3

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.1](https://github.com/Songmu/tagpr/compare/v1.4.0...v1.4.1) - 2024-09-09
4+
- use static option to build tagpr binaries by @vvakame in https://github.com/Songmu/tagpr/pull/179
5+
36
## [v1.4.0](https://github.com/Songmu/tagpr/compare/v1.3.0...v1.4.0) - 2024-08-11
47
- fix typo by @mocyuto in https://github.com/Songmu/tagpr/pull/175
58
- fix: Unstable search issue behavior by @snaka in https://github.com/Songmu/tagpr/pull/178

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.0"
8+
default: "v1.4.1"
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.0"
3+
const version = "1.4.1"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)