danger / swift

⚠️ Stop saying "you forgot to …" in code review
https://danger.systems/swift/
MIT License
1.04k stars 136 forks source link

Notify a new release on running `danger-swift` #505

Closed 417-72KI closed 2 years ago

417-72KI commented 2 years ago

Some tools (e.g. carthage, gh, etc...) notify when new version is released. I added a version checker to fetch a latest release in GitHub, and notify if running version is older than latest.

417-72KI commented 2 years ago

@f-meloni

If you merge master CI should pass.

There is a problem to build SwiftLint on Linux (5.5.2), which makes CI fail 🙄

Latest version of SwiftLint may be resolve it and I made another PR. https://github.com/danger/swift/pull/509