mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
b4a517a096
Also update docs, so I don't partially update a version number again
17 lines
470 B
Plaintext
17 lines
470 B
Plaintext
# ----------- To do a release ---------
|
|
# Compare times of runs to check no drastic slow down:
|
|
# hyperfine 'target/release/dust /home/andy'
|
|
# hyperfine 'dust /home/andy'
|
|
|
|
# edit version in cargo.toml
|
|
# cargo build --release
|
|
# commit changed files
|
|
# tag a commit and push (increment version in Cargo.toml first):
|
|
# git tag v0.4.5
|
|
# git push origin v0.4.5
|
|
|
|
# cargo publish to put it in crates.io
|
|
|
|
# To install locally [Do before pushing it]
|
|
#cargo install --path .
|