Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-cmd/bump: Ignore Repology if the livecheck uses GithubLatest #12900

Merged

Commits on Feb 19, 2022

  1. dev-cmd/bump: Ignore Repology if the livecheck uses GithubLatest

    - I got frustrated when I fixed the build and test failures for
      https://github.com/Homebrew/homebrew-core/pull /95430 only to have the
      audit step say it was a pre-release.
    - Repology can list versions that are GitHub pre-releases. Pre-release
      versions of software are things we don't generally want to ship:
      there's an audit specifically for that.
    - This fixes `brew bump` to not mark a Repology version as the newest if
      the formula's livecheck strategy is `GithubLatest`. If the livecheck
      doesn't exist, or its update strategy is something other than
      `GithubLatest`, Repology's reported package version is respected.
    issyl0 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0a91c40 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. dev-cmd/bump: Tell the user why we didn't bump a package

    Co-authored-by: Nanda H Krishna <me@nandahkrishna.com>
    issyl0 and nandahkrishna committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    9ad3a9c View commit details
    Browse the repository at this point in the history