mirror of
https://github.com/casey/just.git
synced 2024-11-23 02:44:56 +03:00
Bump version to 0.2.6, build before publishing
This commit is contained in:
parent
b46cfd97ba
commit
011876baff
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "j"
|
name = "j"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
license = "WTFPL/MIT/Apache-2.0"
|
license = "WTFPL/MIT/Apache-2.0"
|
||||||
description = "a command runner"
|
description = "a command runner"
|
||||||
|
2
justfile
2
justfile
@ -13,7 +13,7 @@ backtrace:
|
|||||||
build:
|
build:
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
publish: clippy
|
publish: clippy build
|
||||||
# make sure version is up to date
|
# make sure version is up to date
|
||||||
grep 'version("'`sed -En 's/version = "([^"]+)"/\1/p' Cargo.toml`'")' src/app.rs
|
grep 'version("'`sed -En 's/version = "([^"]+)"/\1/p' Cargo.toml`'")' src/app.rs
|
||||||
git push github master:master
|
git push github master:master
|
||||||
|
@ -21,7 +21,7 @@ macro_rules! die {
|
|||||||
|
|
||||||
pub fn app() {
|
pub fn app() {
|
||||||
let matches = App::new("j")
|
let matches = App::new("j")
|
||||||
.version("0.2.5")
|
.version("0.2.6")
|
||||||
.author("Casey R. <casey@rodarmor.com>")
|
.author("Casey R. <casey@rodarmor.com>")
|
||||||
.about("Just a command runner - https://github.com/casey/j")
|
.about("Just a command runner - https://github.com/casey/j")
|
||||||
.arg(Arg::with_name("list")
|
.arg(Arg::with_name("list")
|
||||||
|
Loading…
Reference in New Issue
Block a user