From c83803b440d6d8dc56d0872369cb7a26c7b0c3c3 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Wed, 9 Oct 2019 00:43:04 +0100 Subject: [PATCH] Add comment to travis file So I don't forget how to do a release next time --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 206490f..1898009 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