From 64b028baf927afaa5682d3d0157c3c52969a8327 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Nov 2017 15:46:28 +0100 Subject: [PATCH] Add note about change log. --- CHANGELOG.md | 7 +++++++ README.md | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3aba2..e9be7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ is based on [Keep a Changelog] and this project adheres to [Semantic Versioning] [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: http://semver.org/spec/v2.0.0.html +## [1.0.2] - 2017-11-05 + +## Added +- [#18]: Add shared account email. + +[#18]: https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/merge_requests/18 + ## [1.0.1] - 2017-10-14 ## Added diff --git a/README.md b/README.md index 162e8e5..e9835b8 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,13 @@ Please see [CONTRIBUTING.md] for the juicy details. # Make A New Release -[Tag a new commit] following [semantic versioning] and send it upstream with: +Please add a new [change log] entry. This helps us track released changes easily. -[Tag a new commit]: https://git-scm.com/book/en/v2/Git-Basics-Tagging +[CHANGELOG.md]: https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/blob/master/CHANGELOG.md + +Then, [tag a new commit] and send it upstream with: + +[tag a new commit]: https://git-scm.com/book/en/v2/Git-Basics-Tagging [semantic versioning]: http://semver.org/ ```bash