Updated Creating a release (markdown)
This commit is contained in:
parent
32534dfaac
commit
e1f2c24efe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue