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+ ## [ v0.1.2] ( https://github.com/Songmu/tagpr/compare/v0.1.1...v0.1.2 ) - 2022-09-05
4+ - strict commit detection logic for tagging targets, just in case by @Songmu in https://github.com/Songmu/tagpr/pull/82
5+
36## [ v0.1.1] ( https://github.com/Songmu/tagpr/compare/v0.1.0...v0.1.1 ) - 2022-09-04
47- adjust internal interfaces of commander by @Songmu in https://github.com/Songmu/tagpr/pull/79
58- fix version file detection in perl by @Songmu in https://github.com/Songmu/tagpr/pull/81
Original file line number Diff line number Diff line change 44 version :
55 description : " A version to install tagpr"
66 required : false
7- default : " v0.1.1 "
7+ default : " v0.1.2 "
88runs :
99 using : " composite"
1010 steps :
Original file line number Diff line number Diff line change 11package tagpr
22
3- const version = "0.1.1 "
3+ const version = "0.1.2 "
44
55var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments