Skip to content

docs: add autobump related documentation #20117

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

Merged
merged 5 commits into from
Jun 25, 2025

Conversation

botantony
Copy link
Contributor

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew typecheck with your changes locally?
  • Have you successfully run brew tests with your changes locally?

The official repositories are ready to start using new autobump list instead of autobump.txt:

# `test_func` is a custom method that compares `autobump.txt` list with new one
# txt - current autobump list, `no_autobump!` - new one
brew(main):001> Tap.fetch("homebrew/cask").test_func
# Deprecated cask
txt - `no_autobump!`: ["teleport@16"] (size: 1)

# Missed this cask, oops
`no_autobump!` - txt: ["font-zpix"] (size: 1)

brew(main):002> Tap.fetch("homebrew/core").test_func
# Most of them are deprecated, disabled, have `skip` in `livecheck`, etc
txt - `no_autobump!`: ["ansible@10", "ares", "erlang@25", "gcc@13", "grafana-agent", "haproxy@2.8", "jetty-runner", "kubernetes-cli@1.30", "kubernetes-cli@1.31", "kubernetes-cli@1.32", "mise", "node@18", "pnpm@8", "pyside@2", "ruff-lsp", "service-weaver", "spidermonkey@115", "traefik@2", "wcurl"] (size: 19)

# recently added formulae
`no_autobump!` - txt: ["act_runner", "desed", "git-recent", "qrkey", "spice-server"] (size: 5)

I also added some info about the autobump list in the docs. Writing is not my strongest skill, so any suggestions are appreciated

@Bo98
Copy link
Member

Bo98 commented Jun 16, 2025

@botantony
Copy link
Contributor Author

Does https://github.com/Homebrew/homebrew-cask/blob/56133fc1b108ad2ab7e6fecf16cde27e2ad288c7/.github/workflows/autobump.yml#L41 not still need to be updated?

This action still have to be updated but it cannot be done without getting autobump list for API first (right now Tap.fetch("homebrew/cask").autobump returns list from autoubmp.txt file). Homebrew/core action is fine and should work without any changes

@MikeMcQuaid MikeMcQuaid marked this pull request as draft June 16, 2025 07:31
@MikeMcQuaid
Copy link
Member

This action still have to be updated but it cannot be done without getting autobump list for API first (right now Tap.fetch("homebrew/cask").autobump returns list from autoubmp.txt file). Homebrew/core action is fine and should work without any changes

Marking this PR as draft until there's a PR open to do this.

CC @Homebrew/maintainers to make sure this PR makes sense to you.

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! A few comments on docs.

@botantony botantony changed the title Rely on new autobump list and add documentation docs: add autobump related documentation Jun 17, 2025
Signed-off-by: botantony <antonsm21@gmail.com>
Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @botantony! Still have a bit to go here.

@botantony botantony force-pushed the no_autobump branch 3 times, most recently from 5f7bcf8 to a2d1d3d Compare June 24, 2025 15:49
botantony and others added 2 commits June 25, 2025 15:30
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
Signed-off-by: botantony <antonsm21@gmail.com>
@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Jun 25, 2025
@MikeMcQuaid
Copy link
Member

Thanks @botantony!

Merged via the queue into Homebrew:main with commit f1e458a Jun 25, 2025
33 checks passed
@botantony botantony deleted the no_autobump branch June 25, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants