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: Point out if formulae should be kept in sync with others #16515

Merged

Commits on Jan 21, 2024

  1. dev-cmd/bump: Point out if formulae should be kept in sync with others

    - This will give some information to users of `brew bump` that they
      should keep the version of the formula in sync with other formulae.
    - A future enhancement is actually making the bumping of the "related"
      formulae automatic with `--open-pr`. But for now, telling people so
      that they don't have to wait until `brew audit` fails either locally
      or in CI at a later stage is a good start.
    issyl0 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c7ed62a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Split audit_synced_versions_formulae checks into reusable methods

    - This way we can use them in the audit and in `bump`.
    issyl0 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1b5fa17 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    bf44e74 View commit details
    Browse the repository at this point in the history