We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 527b966 + a53b831 commit 4fab783Copy full SHA for 4fab783
3 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
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
+
6
## [v0.1.2](https://github.com/Songmu/tagpr/compare/v0.1.1...v0.1.2) - 2022-09-05
7
- strict commit detection logic for tagging targets, just in case by @Songmu in https://github.com/Songmu/tagpr/pull/82
8
action.yml
@@ -4,7 +4,7 @@ inputs:
version:
description: "A version to install tagpr"
required: false
- default: "v0.1.2"
+ default: "v0.1.3"
runs:
9
using: "composite"
10
steps:
version.go
@@ -1,5 +1,5 @@
package tagpr
-const version = "0.1.2"
+const version = "0.1.3"
var revision = "HEAD"
0 commit comments