Updated Creating a release (markdown)

This commit is contained in:
Andreas Rumpf 2016-08-11 21:43:28 +02:00
parent 32534dfaac
commit e1f2c24efe
1 changed files with 4 additions and 4 deletions

View File

@ -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 - write a news ticker entry
- Update the version - Update the version
- In system.nim - In system.nim
- In compiler.nimble - In compiler.nimble
- In lib/stdlib.nimble (?) - In lib/stdlib.nimble
- Recompile koch! - Recompile koch!
- Generate the full docs; koch web0 - Generate the full docs; koch web0
@ -14,7 +14,7 @@
* koch xz * koch xz
* koch nsis * koch nsis
- Test the installers - Test the installers: koch testinstall
- Tag the release - Tag the release
- Merge devel into master - Merge devel into master
- Update csources - Update csources