SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 233 forks source link

New version number #551

Closed getaaron closed 7 months ago

getaaron commented 7 months ago

Now that @jarrodlombardo-EventBase's PR https://github.com/SlatherOrg/slather/pull/550 is merged, we'd like to support it in fastlane: https://github.com/fastlane/fastlane/pull/21613

Merging this PR is blocked on knowing the correct version of slather to assign it to. Do you know if it will be 2.8.0 or 2.7.6 or something else? Is it possible to cut a new version now?

jarrodlombardo-EventBase commented 7 months ago

If this followed SemVer, it should be 2.8.0, but the changelog seems to show a pattern of not following SemVer and adding features in patch releases (so maybe this will be 2.7.6). Either way, we need a release for Fastlane to take the change. cc @ksuther

Thanks :)

ksuther commented 7 months ago

Done! I keep bumping the patch version out of habit, went to 2.8.0 this time :)

getaaron commented 7 months ago

Thanks!