From d3ec975610a694251070feb122ce6f9956ab80ac Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Thu, 30 Jun 2016 09:58:05 -0500 Subject: [PATCH] Prepare changelog for release --- doc/changelog.rst | 2 +- how-to-release.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 8204566..28c9696 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,6 @@ Changelog v0.1.0 ------ -*(unreleased)* +*(2016-06-30)* First public release diff --git a/how-to-release.rst b/how-to-release.rst index 35aa0ed..9c565c6 100644 --- a/how-to-release.rst +++ b/how-to-release.rst @@ -31,6 +31,7 @@ release date, tag with the version number & push the tags git checkout master vim doc/changelog.rst + git add doc/changelog.rst git commit -m 'Prepare changelog for release' git tag -a v0.1.0 -m 'Version: 0.1.0' git push upstream --tags