Add note about change log.
This commit is contained in:
parent
e9e3568cbe
commit
64b028baf9
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user