mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2024-12-01 01:05:14 +03:00
rename make brew
This commit is contained in:
parent
a53bf377a7
commit
1942ba36c0
6
Makefile
6
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user