Updated Creating a release (markdown)

This commit is contained in:
Andreas Rumpf 2016-11-01 17:46:44 +01:00
parent 28564f9751
commit f39a7b1af0
1 changed files with 3 additions and 5 deletions

View File

@ -9,17 +9,15 @@
- Recompile koch!
- Generate the full docs; koch web0
- Generate the installers
* koch csource -d:release
* koch xz
* koch nsis
- Test the installers: koch testinstall
- Tag the release, e.g. ```git tag -am "Version 0.15.0" v0.15.0```
- Push the tag: ```git push origin [tagname]```
- The CI generates the installers. Download from ci.nim-lang.org
- Merge devel into master
- Update csources
- Update csources via ``koch pushcsources``
Shell script to build a source tarball: