From f39a7b1af03cb8aeab85b57bb3eb635095d726e9 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 1 Nov 2016 17:46:44 +0100 Subject: [PATCH] Updated Creating a release (markdown) --- Creating-a-release.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Creating-a-release.md b/Creating-a-release.md index 0357713..3b2ce89 100644 --- a/Creating-a-release.md +++ b/Creating-a-release.md @@ -9,17 +9,15 @@ - Recompile koch! - Generate the full docs; koch web0 -- Generate the installers - * koch csource -d:release - * koch xz - * koch nsis - Test the installers: koch testinstall - Tag the release, e.g. ```git tag -am "Version 0.15.0" v0.15.0``` - Push the tag: ```git push origin [tagname]``` +- The CI generates the installers. Download from ci.nim-lang.org + - Merge devel into master -- Update csources +- Update csources via ``koch pushcsources`` Shell script to build a source tarball: