Updated Creating a release (markdown)

This commit is contained in:
Miran 2019-06-06 18:08:56 +02:00
parent fd3d829bc7
commit 6a8bb52c10
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- ensure travis and appveyor is green (Usually the case these days) for the release branch 0-19, 0-20, etc
- test if Nimble works with new version
- Update the version in system.nim
- Update the changelog (put the release date, copy it to e.g. `changelog_0_20_0.md`)
- Tag the release, e.g. ```git tag -am "Version 0.15.0" v0.15.0```