nim-wiki/Creating-a-release.md

21 lines
516 B
Markdown
Raw Normal View History

2016-08-11 19:43:28 +00:00
- Run the full testsuite (``tests\testament\tester all``) and ensure it's green; actually ensure travis is green (Usually the case these days)
2015-10-30 13:52:26 +00:00
2016-08-11 19:43:28 +00:00
- Update news.txt
2015-10-30 13:52:26 +00:00
- write a news ticker entry
- Update the version
2015-10-30 14:08:47 +00:00
- In system.nim
- In compiler.nimble
2016-08-11 19:43:28 +00:00
- 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
2016-08-11 19:43:28 +00:00
- Test the installers: koch testinstall
2015-10-30 13:52:26 +00:00
- Tag the release
- Merge devel into master
- Update csources