summaryrefslogtreecommitdiffstats
path: root/ci/how2publish.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ci/how2publish.txt')
-rw-r--r--ci/how2publish.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/how2publish.txt b/ci/how2publish.txt
index 482a68b..1c364bb 100644
--- a/ci/how2publish.txt
+++ b/ci/how2publish.txt
@@ -3,6 +3,7 @@
# tag a commit and push (increment version in Cargo.toml first):
# git tag v0.4.5
# git push origin v0.4.5
+# pre release notation: "0.8.1-alpha.1"
# cargo publish to put it in crates.io