summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2019-10-09 00:43:04 +0100
committerandy.boot <bootandy@gmail.com>2019-11-02 00:46:47 +0000
commitc097bdde682c9639754da1d15085633f1ea10bcf (patch)
tree1c6041e3f8861a7bac176786d31cc662aa1997f7
parent53c7a69dcb7b777133d7a2e74c8ee929c51a7522 (diff)
Add comment to travis filev0.4.1.1
So I don't forget how to do a release next time
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 576b31f..2ced776 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
# Based on the "trust" template v0.1.2
# https://github.com/japaric/trust/tree/v0.1.2
+# ----------- To do a release ---------
+# tag a commit and push:
+# git tag v0.4.0.1
+# git push origin v0.4.0.1
+# Remember to do a cargo publish to put it in crates.io
+
dist: trusty
language: rust
services: docker