File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## [ v1.4.3] ( https://github.com/Songmu/tagpr/compare/v1.4.2...v1.4.3 ) - 2024-10-22
4
9
- update deps and Go version by @Songmu in https://github.com/Songmu/tagpr/pull/184
5
10
Original file line number Diff line number Diff line change 5
5
version :
6
6
description : " A version to install tagpr"
7
7
required : false
8
- default : " v1.4.3 "
8
+ default : " v1.5.0 "
9
9
config :
10
10
description : " A path to the tagpr configuration file"
11
11
required : false
Original file line number Diff line number Diff line change 1
1
package tagpr
2
2
3
- const version = "1.4.3 "
3
+ const version = "1.5.0 "
4
4
5
5
var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments