garu / App-cpanminus-reporter

stand-alone CPAN Testers client (for cpanminus and friends)
13 stars 13 forks source link

Missing 3 git tags #35

Closed jkeenan closed 1 year ago

jkeenan commented 1 year ago

I have a checkout of this repository which I believe is up-to-date. Assuming that each CPAN release should have a git tag, there appear to be 3 missing tags.

$ git tag
0.02
...
0.15
0.19
0.20

The missing tags (0.16, 0.17, 0.18) would probably correspond to these releases documented in Changes.

0.18  2023-01-23
    OTHER:
      - reduced prereq tree by switching from File::HomeDir to
        File::HomeDir::Tiny.

0.17 2016-04-24
    BUG FIXES:
        - fixed support for extended paths on Windows
          (thanks Mithaldu and Sinan Unur)

0.16 2016-04-24
    NEW FEATURES:
        - exposes extra environment variables
    OTHER:
        - bumping up CTCC dependency
        - minor refactoring

Would it be possible to add these tags?

I ask because once I've locally installed something like version 0.19, I'm starting to get test failures in my CPAN distro CPAN-cpanminus-reporter-RetainReports, which has a dependency on App-cpanminus-reporter. These test failures are also appearing in CPANtesters reports where the tester has upgraded to 0.19 or 0.20. Having the tags would help in identifying the point where my tests began to break and point the way to revisions in my tests.

Thank you very much. Jim Keenan

garu commented 1 year ago

Thank you for noticing and reporting this issue. I have just pushed the proper tags.

WRT your distro that depends on App::cpanminus::reporter, please let me know if I accidentally broke something.

Thanks!

jkeenan commented 1 year ago

Thank you for noticing and reporting this issue. I have just pushed the proper tags.

WRT your distro that depends on App::cpanminus::reporter, please let me know if I accidentally broke something.

Will open separate issue for that. Thanks.