Skip to content

Commit d240cfd

Browse files
authored
Merge pull request #161 from Songmu/tagpr-from-v1.1.3
Release for v1.1.4
2 parents 52a0b9c + 99ce2e0 commit d240cfd

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.1.4](https://github.com/Songmu/tagpr/compare/v1.1.3...v1.1.4) - 2023-10-31
4+
- Fix latest semver tag retrieval for first time setup by @stefafafan in https://github.com/Songmu/tagpr/pull/160
5+
36
## [v1.1.3](https://github.com/Songmu/tagpr/compare/v1.1.2...v1.1.3) - 2023-10-18
47
- Fix syntax errors on docs. by @kyo-ago in https://github.com/Songmu/tagpr/pull/150
58
- Use the official actions/create-github-app-token Action instead of tibdex/github-app-token by @stefafafan in https://github.com/Songmu/tagpr/pull/158

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.1.3"
8+
default: "v1.1.4"
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.1.3"
3+
const version = "1.1.4"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)