rename make brew

This commit is contained in:
Yonas Kolb 2019-11-01 10:13:27 +11:00
parent a53bf377a7
commit 1942ba36c0
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ REPO = https://github.com/yonaskolb/$(TOOL_NAME)
RELEASE_TAR = $(REPO)/archive/$(VERSION).tar.gz
SHA = $(shell curl -L -s $(RELEASE_TAR) | shasum -a 256 | sed 's/ .*//')
.PHONY: install build uninstall format_code update_brew release
.PHONY: install build uninstall format_code brew release
install: build
mkdir -p $(PREFIX)/bin
@ -36,10 +36,10 @@ release:
git commit -m "Update to $(VERSION)"
#git tag $(VERSION)
publish: archive bump_brew
publish: archive brew
echo "published $(VERSION)"
bump_brew:
brew:
brew update
brew bump-formula-pr --url=$(RELEASE_TAR) XcodeGen

View File

@ -9,4 +9,4 @@
1. Push commit and tag to github
1. Create release from tag on GitHub using the version number and relevant changelog contents
1. Run `make archive` and upload `xcodegen.zip` to the github release
1. Run `make bump_brew` which will open a PR on homebrew core
1. Run `make brew` which will open a PR on homebrew core