Update release recipe

This commit is contained in:
Casey Rodarmor 2017-05-13 00:06:48 -04:00
parent acdd9c91d9
commit dca8cffde4

View File

@ -24,12 +24,9 @@ version = `sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/v\1/p' Cargo.tom
publish: lint clippy test publish: lint clippy test
git branch | grep '* master' git branch | grep '* master'
git diff --no-ext-diff --quiet --exit-code git diff --no-ext-diff --quiet --exit-code
git checkout -b {{version}}
git push github
cargo publish cargo publish
git tag -a {{version}} -m {{version}} git tag -a {{version}} -m 'Release {{version}}'
git push github --tags git push github {{version}}
@echo 'Remember to merge the {{version}} branch on GitHub!'
build-binary-mac VERSION: build-binary-mac VERSION:
just build-binary {{VERSION}} x86_64-apple-darwin just build-binary {{VERSION}} x86_64-apple-darwin