From 1891de7fa366ba790d474ad3e67464ca8539ff6b Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Wed, 25 Nov 2020 13:50:23 +0000 Subject: [PATCH] Notes on how to publish --- ci/how2publish.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/how2publish.txt b/ci/how2publish.txt index 047b327..364cd8b 100644 --- a/ci/how2publish.txt +++ b/ci/how2publish.txt @@ -1,6 +1,6 @@ # ----------- To do a release --------- # edit version in cargo.toml -# tag a commit and push: +# tag a commit and push (increment version first): # git tag v0.4.5 # git push origin v0.4.5