Skip to content

Commit 3dca11e

Browse files
authored
Merge pull request #189 from Songmu/tagpr-from-v1.4.3
Release for v1.5.0
2 parents d9c28da + 96bdd27 commit 3dca11e

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.5.0](https://github.com/Songmu/tagpr/compare/v1.4.3...v1.5.0) - 2024-10-27
4+
- Get the config file path from the environment variable by @5ouma in https://github.com/Songmu/tagpr/pull/186
5+
- Specify a template text directly in the config file by @5ouma in https://github.com/Songmu/tagpr/pull/187
6+
- Change the commit message prefix by @5ouma in https://github.com/Songmu/tagpr/pull/188
7+
38
## [v1.4.3](https://github.com/Songmu/tagpr/compare/v1.4.2...v1.4.3) - 2024-10-22
49
- update deps and Go version by @Songmu in https://github.com/Songmu/tagpr/pull/184
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.4.3"
8+
default: "v1.5.0"
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.4.3"
3+
const version = "1.5.0"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)