From 6a8bb52c10dabd4633a6e5bc37310745ae2c5e57 Mon Sep 17 00:00:00 2001 From: Miran Date: Thu, 6 Jun 2019 18:08:56 +0200 Subject: [PATCH] Updated Creating a release (markdown) --- Creating-a-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creating-a-release.md b/Creating-a-release.md index 000bcc0..374bec4 100644 --- a/Creating-a-release.md +++ b/Creating-a-release.md @@ -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```