File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11package tagpr
22
3- const version = "1.5.0 "
3+ const version = "1.5.1 "
44
55var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments