Updated Creating a release (markdown)

This commit is contained in:
Andreas Rumpf 2017-05-17 22:21:11 +02:00
parent 7f9fa4ac63
commit d1cf0993ad
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,8 @@
- 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
- Run ``koch winrelease``
- Upload the produced .zips.
- Merge devel into master
- Update csources via ``koch pushcsources``
@ -109,5 +110,4 @@ ask "Ensure the version was updated in 3 files"
./koch csource -d:release
./koch xz -d:release
./koch nsis
```