nim-wiki/Creating-a-release.md

21 lines
498 B
Markdown
Raw Normal View History

2015-10-30 13:52:26 +00:00
- 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
2015-10-30 14:08:47 +00:00
- In system.nim
- In compiler.nimble
- In lib/stdlib.nimble (?)
2015-10-30 13:52:26 +00:00
- 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