From 0d68bea3dce61a9b3dfac029ac10d39b6aa27ead Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 8 May 2018 10:55:16 +1000 Subject: [PATCH] Release instructions --- release_instructions.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release_instructions.txt diff --git a/release_instructions.txt b/release_instructions.txt new file mode 100644 index 0000000..dba9ace --- /dev/null +++ b/release_instructions.txt @@ -0,0 +1,18 @@ +- increment version in version.go +- increment version in snapcraft.yaml +- tag git with same version number +- make sure local build passes +- push tag to git +- make local xcompile (builds binaries for all platforms) + +- git release + ./scripts/publish.sh + +- snapcraft + - will auto crate a candidate, test it works then promote + +- brew + - create pull request pointing to latest git release + +- docker + - build and push latest and new version tag \ No newline at end of file