We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from #415 (comment):
I haven't used it personally, but you can use mislav/bump-homebrew-formula-action as a GitHub action in your CI/CD pipeline. https://github.com/cli/cli/blob/v2.5.0/.github/workflows/releases.yml#L174-L180 is how the GitHub cli repo uses the action to do their brew updates and Homebrew/homebrew-core#94249 is what the generated PR looks like. Alternatively, you can do it from the command line via something like brew bump-formula-pr notifiers --version=1.3.3.
I haven't used it personally, but you can use mislav/bump-homebrew-formula-action as a GitHub action in your CI/CD pipeline.
https://github.com/cli/cli/blob/v2.5.0/.github/workflows/releases.yml#L174-L180 is how the GitHub cli repo uses the action to do their brew updates and Homebrew/homebrew-core#94249 is what the generated PR looks like.
Alternatively, you can do it from the command line via something like brew bump-formula-pr notifiers --version=1.3.3.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from #415 (comment):
The text was updated successfully, but these errors were encountered: