Notes on how to publish

Install new release locally before pushing
Noted here because I forget how to do this
This commit is contained in:
andy.boot
2020-08-02 12:23:48 +01:00
parent 2ca6fcc9ce
commit 4f06de8044

View File

@@ -3,4 +3,7 @@
# git tag v0.4.5
# git push origin v0.4.5
# cargo publish to put it in crates.io
# cargo publish to put it in crates.io
# To install locally [Do before pushing it]
#cargo install --path .