Skip to content

Commit 4fab783

Browse files
authored
Merge pull request #85 from Songmu/tagpr-from-v0.1.2
2 parents 527b966 + a53b831 commit 4fab783

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v0.1.3](https://github.com/Songmu/tagpr/compare/v0.1.2...v0.1.3) - 2022-09-05
4+
- Fix a typo by @nghialv in https://github.com/Songmu/tagpr/pull/84
5+
36
## [v0.1.2](https://github.com/Songmu/tagpr/compare/v0.1.1...v0.1.2) - 2022-09-05
47
- strict commit detection logic for tagging targets, just in case by @Songmu in https://github.com/Songmu/tagpr/pull/82
58

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: "A version to install tagpr"
66
required: false
7-
default: "v0.1.2"
7+
default: "v0.1.3"
88
runs:
99
using: "composite"
1010
steps:

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package tagpr
22

3-
const version = "0.1.2"
3+
const version = "0.1.3"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)