We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b49e27 commit 37522b4Copy full SHA for 37522b4
etc/release.Makefile
@@ -74,7 +74,7 @@ $(BUMP_PRIVATE_HOMEBREW_FORMULA_SENTINEL):
74
BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL=.make-sentinels/bump-public-homebrew-formula
75
bump-public-homebrew-formula: $(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL)
76
$(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL):
77
- make -f release.Makefile test-public-homebrew-formula
+ make -f etc/release.Makefile test-public-homebrew-formula
78
cd "$$(brew --repo homebrew/core)" && brew bump-formula-pr --url "https://github.com/dandavison/delta/archive/$$DELTA_NEW_VERSION.tar.gz" git-delta
79
touch $(BUMP_PUBLIC_HOMEBREW_FORMULA_SENTINEL)
80
0 commit comments