mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
4f06de8044
Install new release locally before pushing Noted here because I forget how to do this
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
# ----------- To do a release ---------
|
|
# tag a commit and push:
|
|
# 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 .
|