We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad88ad commit dbd18f9Copy full SHA for dbd18f9
ci/how2publish.txt
@@ -1,16 +1,21 @@
1
# ----------- To do a release ---------
2
+
3
+# ----------- Pre release ---------
4
# Compare times of runs to check no drastic slow down:
5
# hyperfine 'target/release/dust /home/andy'
6
# hyperfine 'dust /home/andy'
7
-# edit version in cargo.toml
8
+# ----------- Release ---------
9
+# inc version in cargo.toml
10
# cargo build --release
11
# commit changed files
12
+# merge to master in github
13
14
# tag a commit and push (increment version in Cargo.toml first):
15
# git tag v0.4.5
16
# git push origin v0.4.5
17
18
# cargo publish to put it in crates.io
19
-# To install locally [Do before pushing it]
20
+# Optional: To install locally
21
#cargo install --path .
0 commit comments