Skip to content

Commit 4c8e0c4

Browse files
authored
Merge pull request #163 from Songmu/tagpr-from-v1.1.4
Release for v1.2.0
2 parents 33308e0 + cde57f9 commit 4c8e0c4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## [v1.2.0](https://github.com/Songmu/tagpr/compare/v1.1.4...v1.2.0) - 2023-12-31
4+
- update: added configuration of Github Enteprise by @ponkio-o in https://github.com/Songmu/tagpr/pull/162
5+
- Refer to the next version with command by @k2tzumi in https://github.com/Songmu/tagpr/pull/165
6+
- update deps by @Songmu in https://github.com/Songmu/tagpr/pull/166
7+
38
## [v1.1.4](https://github.com/Songmu/tagpr/compare/v1.1.3...v1.1.4) - 2023-10-31
49
- Fix latest semver tag retrieval for first time setup by @stefafafan in https://github.com/Songmu/tagpr/pull/160
510

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.4"
8+
default: "v1.2.0"
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.4"
3+
const version = "1.2.0"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)