How to understand formula upgrade #4886
Replies: 2 comments 2 replies
-
Your
Check if your PR was merged, only then will the version bump be available to everyone. |
Beta Was this translation helpful? Give feedback.
-
Hmmm okay I see that yeah. I have a clean check out now but instead I get
I suspect I have messed up my checkout somehow. I think I'll make our CI pipeline automatically submit a PR instead, that might be easier. |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
When I run this command, it says the version is already 2.3.1:
However when I look at the file (https://github.com/Homebrew/homebrew-core/blob/019bffc14b4109bcafb3204731d896dab7e3b73d/Formula/a/aptos.rb) it still says 2.3.0.
When I install the CLI via brew it also still install 2.3.0.
My ultimate goal is to find a way to introspect the status of the brew process. When we cut a new CLI release, I want to be able to go somewhere to ensure that version bump happened in brew and the build process is underway. How do I do that?
Beta Was this translation helpful? Give feedback.
All reactions