From 54c06cdb4cba38af58998f78db2b63644827632c Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 15 Jul 2018 08:17:54 +1000 Subject: [PATCH] Update release instructions re version tag --- release_instructions.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release_instructions.txt b/release_instructions.txt index fb6e54d7..1e45b2c8 100644 --- a/release_instructions.txt +++ b/release_instructions.txt @@ -1,6 +1,8 @@ - increment version in version.go - increment version in snapcraft.yaml -- tag git with same version number, be sure to start with 'v' for gopkg.in +- tag git with same version number + - dont tag with 'v' for release this can break peoples things? + - be sure to also tag with 'v' for gopkg.in - make sure local build passes - push tag to git - make local xcompile (builds binaries for all platforms)