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