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.12.0] ( https://github.com/Songmu/tagpr/compare/v1.11.1...v1.12.0 ) - 2026-01-21
4+ - feat: add changelogFile for monorepo support by @wreulicke in https://github.com/Songmu/tagpr/pull/283
5+ - build(deps): bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot [ bot] in https://github.com/Songmu/tagpr/pull/281
6+
37## [ v1.11.1] ( https://github.com/Songmu/tagpr/compare/v1.11.0...v1.11.1 ) - 2026-01-13
48- fix: add check for both release.yml and release.yaml files by @nnnkkk7 in https://github.com/Songmu/tagpr/pull/275
59- feat: add base_tag output for GitHub Actions by @178inaba in https://github.com/Songmu/tagpr/pull/277
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.11.1 "
8+ default : " v1.12.0 "
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.11.1 "
3+ const version = "1.12.0 "
44
55var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments