From b4a94ba00b2548efb5250893b43dba477316bd22 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 30 Oct 2015 14:52:26 +0100 Subject: [PATCH] Created Creating a relase (markdown) --- Creating-a-relase.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Creating-a-relase.md diff --git a/Creating-a-relase.md b/Creating-a-relase.md new file mode 100644 index 0000000..38aa5dc --- /dev/null +++ b/Creating-a-relase.md @@ -0,0 +1,17 @@ +- Run the full testsuite (``tests\testament\tester all``) and ensure it's green; actually ensure travis is green + +- Uncomment the list of changes in news.txt +- write a news ticker entry +- Update the version + +- Recompile koch! +- Generate the full docs; koch web0 +- Generate the installers + * koch csource -d:release + * koch xz + * koch nsis + +- Test the installers +- Tag the release +- Merge devel into master +- Update csources