Updated Creating a release (markdown)

This commit is contained in:
Andreas Rumpf 2017-09-06 23:04:26 +02:00
parent 8aa8b0cf8b
commit f4d88e8c38
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- Tag the release, e.g. ```git tag -am "Version 0.15.0" v0.15.0```
- Push the tag: ```git push origin [tagname]```
- Run ``koch winrelease``
- Run ``tools/winrelease``
- Upload the produced .zips.
- Merge devel into master