Releases: mislav/bump-homebrew-formula-action
Releases · mislav/bump-homebrew-formula-action
bump-homebrew-formula 1.13
- Add
create-pullrequest
input to control whether or not a PR is submitted tohomebrew-tap
- Add
download-sha256
input to define the SHA256 checksum of the archive atdownload-url
- Fix creating a new branch in the forked repo failing with HTTP 404
bump-homebrew-formula 1.12
- Fix Actions CJS loader halting on
foo?.bar
JS syntax
bump-homebrew-formula 1.11
- New optional
formula-path
input accepts the filename of the formula file to edit (defaultFormula/<formula-name>.rb
). - Remove
revision N
lines when bumping Homebrew formulae.
bump-homebrew-formula 1.10
- The new optional
tag-name
input allows this action to be manually triggered viaworkflow_dispatch
instead of on git push to a tag.
bump-homebrew-formula 1.9
- Fix following multiple HTTP redirects while calculating checksum for
download-url
bump-homebrew-formula 1.8
- Enable JavaScript source maps for better failure debugging
bump-homebrew-formula 1.7
-
Allow
download-url
as input parameter -
Add support for git-based
download-url
bump-homebrew-formula 1.6
- Control the git commit message template being used for updating the formula file via the
commit-message
action input
bump-homebrew-formula 1.5
- Support detection version from
https://github.com/OWNER/REPO/releases/download/TAG/FILE
download URLs