🚑 Fixes release versioning section

Signed-off-by: Franck Nijhof <frenck@addons.community>
This commit is contained in:
Franck Nijhof 2019-06-22 20:33:14 +02:00
parent 55632c95a7
commit 4487454e5f
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -50,9 +50,13 @@ website of Home Assistant, and use the following URL:
{% endfor %}
## Releases
Add-on releases are **NOT** based on [Semantic Versioning][semver], unlike
all our other repositories. The latest build commit SHA hash of each
add-on, represents the version number.
Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
based on the following:
- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.
## Support