|
15 | 15 | * [Installation](#installation)
|
16 | 16 | * [Configuration](#configuration)
|
17 | 17 | * [Example](#example)
|
| 18 | +* [Changelog & Releases](#changelog) |
18 | 19 | * [Docker status](#docker)
|
19 | 20 |
|
20 | 21 | ## <a name='about'></a>About
|
@@ -85,6 +86,19 @@ _Add-on configuration_:
|
85 | 86 |
|
86 | 87 | **Note**: _This is just an example, don't copy and past it! Create your own!_
|
87 | 88 |
|
| 89 | +## < name='changelog'>Changelog & Releases |
| 90 | + |
| 91 | +This repository keeps a [change log](CHANGELOG.md). The format of the log |
| 92 | +is based on [Keep a Changelog][keepchangelog]. |
| 93 | + |
| 94 | +Releases are based on [Semantic Versioning][semver], and use the format |
| 95 | +of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented |
| 96 | +based on the following: |
| 97 | + |
| 98 | +- ``MAJOR``: Incompatible or major changes. |
| 99 | +- ``MINOR``: Backwards-compatible new features and enhancements. |
| 100 | +- ``PATCH``: Backwards-compatible bugfixes and package updates. |
| 101 | + |
88 | 102 |
|
89 | 103 | ## <a name='docker'></a>Docker status
|
90 | 104 |
|
@@ -140,4 +154,7 @@ _Add-on configuration_:
|
140 | 154 | [travis-build]: https://travis-ci.org/mr-bjerre/hassio-remote-backup
|
141 | 155 | [travis-build-shield]: https://travis-ci.org/mr-bjerre/hassio-remote-backup.svg?branch=master
|
142 | 156 |
|
| 157 | +[keepchangelog]: http://keepachangelog.com/en/1.0.0/ |
| 158 | +[semver]: http://semver.org/spec/v2.0.0.html |
| 159 | + |
143 | 160 | [hassio-addons]: https://github.com/mr-bjerre/hassio-addons
|
0 commit comments