Releases: dawidd6/action-homebrew-bump-formula
Releases · dawidd6/action-homebrew-bump-formula
v4
What's Changed
- docs: prefer github release over git tag by @chenrui333 in #64
- prefer to use
released
event thancreated
by @chenrui333 in #65 - new
tap_url
input for when the repository is not in the expected tap format ($USER/homebrew-$REPO) - restored old
force
behaviour by patching Homebrew (yea, I know) - turn on brew developer mode to fetch latest and greatest Homebrew from master (this is for latest changes in brew needed to make this Action be testable in the same repo)
- changing the release schema, now the Action will be released in vX format (v4, v5, v6, ...)
New Contributors
- @chenrui333 made their first contribution in #64
Full Changelog: v3...v4
v3.11.0
What's Changed
Full Changelog: v3...v3.11.0
v3.10.1: Merge pull request #60 from 5ouma/tap-core
feat(tap): Tap `homebrew/core` if `tap` is empty
v3.10.0: Merge pull request #54 from fauxpark/no-fork
Add support for `--no-fork`
v3.9.0: main: always tap homebrew/core
for now at least
v3.8.3
action: in separate step
v3.8.1
action: add system bin paths
v3.8.0
Merge pull request #34 from dawidd6/org Add org input
v3.7.2
Merge pull request #31 from jforkster/no-cask Potential fix for #30
v3.7.1
main: change deprecated open_api method closes: #29