Skip to content

Releases: dawidd6/action-homebrew-bump-formula

v4

15 Oct 10:30
8d49433
Compare
Choose a tag to compare

What's Changed

  • docs: prefer github release over git tag by @chenrui333 in #64
  • prefer to use released event than created 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

Full Changelog: v3...v4

v3.11.0

14 Feb 08:22
baf2b60
Compare
Choose a tag to compare

What's Changed

  • Allow editing the Git user name and email by @5ouma in #61

Full Changelog: v3...v3.11.0

v3.10.1: Merge pull request #60 from 5ouma/tap-core

12 Dec 11:23
75ed025
Compare
Choose a tag to compare
feat(tap): Tap `homebrew/core` if `tap` is empty

v3.10.0: Merge pull request #54 from fauxpark/no-fork

07 Apr 13:11
d3667e5
Compare
Choose a tag to compare

v3.9.0: main: always tap homebrew/core

22 Feb 12:38
e9b43cd
Compare
Choose a tag to compare

v3.8.3

03 Oct 20:19
02e79d9
Compare
Choose a tag to compare
action: in separate step

v3.8.1

03 Oct 20:05
359188e
Compare
Choose a tag to compare
action: add system bin paths

v3.8.0

18 Apr 19:24
dd221ff
Compare
Choose a tag to compare
Merge pull request #34 from dawidd6/org

Add org input

v3.7.2

06 Apr 08:42
8c29b37
Compare
Choose a tag to compare
Merge pull request #31 from jforkster/no-cask

Potential fix for #30

v3.7.1

08 Mar 12:15
76805f0
Compare
Choose a tag to compare
main: change deprecated open_api method

closes: #29