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.15.0] ( https://github.com/Songmu/tagpr/compare/v1.14.0...v1.15.0 ) - 2026-02-01
4+ - feat: allow ` tagpr.calendarVersioning ` to accept format string directly by @k1LoW in https://github.com/Songmu/tagpr/pull/295
5+
36## [ v1.14.0] ( https://github.com/Songmu/tagpr/compare/v1.13.0...v1.14.0 ) - 2026-01-29
47- feat: scoped release configuration by @wreulicke in https://github.com/Songmu/tagpr/pull/291
58- [ fix] care nil ReleaseYAML by @Songmu in https://github.com/Songmu/tagpr/pull/293
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.14 .0"
8+ default : " v1.15 .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.14 .0"
3+ const version = "1.15 .0"
44
55var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments