From 75e44ac98adebddeb9a3554b3804f17ca6ef8c2c Mon Sep 17 00:00:00 2001 From: Miran Date: Thu, 6 Jun 2019 09:33:56 +0200 Subject: [PATCH] Updated Creating a release (markdown) --- Creating-a-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Creating-a-release.md b/Creating-a-release.md index 1d449cd..ae37dc1 100644 --- a/Creating-a-release.md +++ b/Creating-a-release.md @@ -1,7 +1,7 @@ - ensure travis and appveyor is green (Usually the case these days) for the release branch 0-19, 0-20, etc -- Update the version - - In system.nim +- 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``` - Push the tag: ```git push origin [tagname]```