Skip to content

Commit e89d372

Browse files
authored
Merge pull request #192 from Songmu/tagpr-from-v1.5.0
2 parents c2444fc + 574733e commit e89d372

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.5.1](https://github.com/Songmu/tagpr/compare/v1.5.0...v1.5.1) - 2025-01-07
4+
- versionfile.go: omit .github directory from processing by @fujiwara in https://github.com/Songmu/tagpr/pull/191
5+
- Use `releaseBranch` variable instead of the hard-coded "main" in `git log` command by @mmizutani in https://github.com/Songmu/tagpr/pull/190
6+
37
## [v1.5.0](https://github.com/Songmu/tagpr/compare/v1.4.3...v1.5.0) - 2024-10-27
48
- Get the config file path from the environment variable by @5ouma in https://github.com/Songmu/tagpr/pull/186
59
- Specify a template text directly in the config file by @5ouma in https://github.com/Songmu/tagpr/pull/187

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.5.0"
8+
default: "v1.5.1"
99
config:
1010
description: "A path to the tagpr configuration file"
1111
required: false

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package tagpr
22

3-
const version = "1.5.0"
3+
const version = "1.5.1"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)