From d1cf0993ad96cf893c6f2fcb1c3bb08e3ae4afbc Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 17 May 2017 22:21:11 +0200 Subject: [PATCH] Updated Creating a release (markdown) --- Creating-a-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Creating-a-release.md b/Creating-a-release.md index db6c1b9..8d62a3b 100644 --- a/Creating-a-release.md +++ b/Creating-a-release.md @@ -12,7 +12,8 @@ - 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 +- Run ``koch winrelease`` +- Upload the produced .zips. - Merge devel into master - Update csources via ``koch pushcsources`` @@ -109,5 +110,4 @@ ask "Ensure the version was updated in 3 files" ./koch csource -d:release ./koch xz -d:release -./koch nsis ``` \ No newline at end of file