Add note about change log.

This commit is contained in:
Luke Murphy 2017-11-05 15:46:28 +01:00
parent e9e3568cbe
commit 64b028baf9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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