File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
7
## [ v1.5.0] ( https://github.com/Songmu/tagpr/compare/v1.4.3...v1.5.0 ) - 2024-10-27
4
8
- Get the config file path from the environment variable by @5ouma in https://github.com/Songmu/tagpr/pull/186
5
9
- Specify a template text directly in the config file by @5ouma in https://github.com/Songmu/tagpr/pull/187
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.5.0 "
8
+ default : " v1.5.1 "
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.5.0 "
3
+ const version = "1.5.1 "
4
4
5
5
var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments