From e1f2c24efee498393676e7fc0c5741403c982bab Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 11 Aug 2016 21:43:28 +0200 Subject: [PATCH] Updated Creating a release (markdown) --- Creating-a-release.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Creating-a-release.md b/Creating-a-release.md index 094bee7..cfb7e1d 100644 --- a/Creating-a-release.md +++ b/Creating-a-release.md @@ -1,11 +1,11 @@ -- Run the full testsuite (``tests\testament\tester all``) and ensure it's green; actually ensure travis is green +- Run the full testsuite (``tests\testament\tester all``) and ensure it's green; actually ensure travis is green (Usually the case these days) -- Uncomment the list of changes in news.txt +- Update news.txt - write a news ticker entry - Update the version - In system.nim - In compiler.nimble - - In lib/stdlib.nimble (?) + - In lib/stdlib.nimble - Recompile koch! - Generate the full docs; koch web0 @@ -14,7 +14,7 @@ * koch xz * koch nsis -- Test the installers +- Test the installers: koch testinstall - Tag the release - Merge devel into master - Update csources