mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-07 04:41:24 +00:00
Add new repository workflow (#7)
* Add new repository workflow * Prettified Code! * Adjust add-on linter errors * No need for qemu user static in this base Co-authored-by: frenck <frenck@users.noreply.github.com>
This commit is contained in:
parent
0c748e4075
commit
5921e620a3
14 changed files with 586 additions and 11 deletions
|
@ -42,12 +42,12 @@ functionality. The format of the log is based on
|
|||
[Keep a Changelog][keepchangelog].
|
||||
|
||||
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:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue