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:
Franck Nijhof 2021-01-19 15:04:09 +01:00 committed by GitHub
parent 0c748e4075
commit 5921e620a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 586 additions and 11 deletions

View file

@ -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