jquelin / dist-zilla-plugin-git

dist::zilla plugin to update your git repository after release
https://metacpan.org/release/Dist-Zilla-Plugin-Git
32 stars 31 forks source link

Split version-tags finding logic into own attribute #23

Closed rsrchboy closed 12 years ago

rsrchboy commented 12 years ago

...the better for other plugins to take advantage of (e.g. when we want to examine the range of commits from the last release to HEAD).

I've accidentally released with a fixup! commit one too many times (one, for the record :)), and having the ability to just ask NextVersion what the set of version tags are would reduce quite a bit of complexity for a DZ plugin to check for that prior to release. This changeset enables that.

jquelin commented 12 years ago

thanks, merged & released.