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: