File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
6
## [ v1.4.0] ( https://github.com/Songmu/tagpr/compare/v1.3.0...v1.4.0 ) - 2024-08-11
4
7
- fix typo by @mocyuto in https://github.com/Songmu/tagpr/pull/175
5
8
- fix: Unstable search issue behavior by @snaka in https://github.com/Songmu/tagpr/pull/178
Original file line number Diff line number Diff line change 5
5
version :
6
6
description : " A version to install tagpr"
7
7
required : false
8
- default : " v1.4.0 "
8
+ default : " v1.4.1 "
9
9
outputs :
10
10
tag :
11
11
description : " The semver tag, which is output only when the tagpr has tagged"
Original file line number Diff line number Diff line change 1
1
package tagpr
2
2
3
- const version = "1.4.0 "
3
+ const version = "1.4.1 "
4
4
5
5
var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments