diff --git a/Cargo.lock b/Cargo.lock index 45f311c..94a7c53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "just" -version = "0.2.31" +version = "0.2.32" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 80c3c1a..3e9f889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.2.31" +version = "0.2.32" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "WTFPL OR MIT OR Apache-2.0" diff --git a/justfile b/justfile index 9b7cc31..864da5b 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,7 @@ publish: lint clippy test cargo publish git tag -a {{version}} -m 'Release {{version}}' git push github {{version}} + git push github build-binary-mac VERSION: just build-binary {{VERSION}} x86_64-apple-darwin