Bump version in lock file. Make sure repo is clean before publishing
This commit is contained in:
parent
011876baff
commit
b956ce2397
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1,6 +1,6 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "j"
|
name = "j"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"brev 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"brev 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
1
justfile
1
justfile
@ -15,6 +15,7 @@ build:
|
|||||||
|
|
||||||
publish: clippy build
|
publish: clippy build
|
||||||
# make sure version is up to date
|
# make sure version is up to date
|
||||||
|
git diff --no-ext-diff --quiet --exit-code
|
||||||
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
|
||||||
cargo publish
|
cargo publish
|
||||||
|
Loading…
Reference in New Issue
Block a user