diff --git a/Makefile b/Makefile index 0a3037e3..e8acafd9 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/RELEASE.md b/RELEASE.md index 3a45875f..a481e485 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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