Push code before publishing

This commit is contained in:
Casey Rodarmor 2016-11-02 00:28:33 -07:00
parent f9abb72887
commit ac996f8940

View File

@ -19,12 +19,12 @@ publish: clippy build
git branch | grep '* master'
git diff --no-ext-diff --quiet --exit-code
grep 'version("{{version}}")' src/app.rs
git push github master:master
git push origin master:master
cargo publish
git tag -a "v{{version}}" -m "v{{version}}"
git push github --tags
git push github master:master
git push origin --tags
git push origin master:master
clippy:
rustup run nightly cargo clippy