Skip to content

Commit 0a9b8e6

Browse files
authored
Merge pull request #174 from Songmu/tagpr-from-v1.2.0
2 parents 01b6a42 + 8353f45 commit 0a9b8e6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## [v1.3.0](https://github.com/Songmu/tagpr/compare/v1.2.0...v1.3.0) - 2024-05-15
4+
- fix: Typo in README by @tgeorg-ethz in https://github.com/Songmu/tagpr/pull/172
5+
- Add showGHError() by @fujiwara in https://github.com/Songmu/tagpr/pull/173
6+
37
## [v1.2.0](https://github.com/Songmu/tagpr/compare/v1.1.4...v1.2.0) - 2023-12-31
48
- update: added configuration of Github Enteprise by @ponkio-o in https://github.com/Songmu/tagpr/pull/162
59
- Refer to the next version with command by @k2tzumi in https://github.com/Songmu/tagpr/pull/165

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

55
var revision = "HEAD"

0 commit comments

Comments
 (0)