mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-05 03:31:32 +00:00
Prettified Code!
This commit is contained in:
parent
d5f35afd0b
commit
31b945e9c2
1 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ Example add-on configuration:
|
||||||
networks:
|
networks:
|
||||||
- wgfyiwe73747457
|
- wgfyiwe73747457
|
||||||
- fhu3888892jjfdk
|
- fhu3888892jjfdk
|
||||||
api_auth_token: ''
|
api_auth_token: ""
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
||||||
|
@ -82,12 +82,12 @@ functionality. The format of the log is based on
|
||||||
[Keep a Changelog][keepchangelog].
|
[Keep a Changelog][keepchangelog].
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue