mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Example to 3f16a8b
This commit is contained in:
parent
29874a3394
commit
7b1a80c30c
5 changed files with 19 additions and 20 deletions
|
@ -913,10 +913,10 @@ SOFTWARE.
|
||||||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/fd207a4
|
[addon-example]: https://github.com/hassio-addons/addon-example/tree/3f16a8b
|
||||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/fd207a4/README.md
|
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/3f16a8b/README.md
|
||||||
[example-issue]: https://github.com/hassio-addons/addon-example/issues
|
[example-issue]: https://github.com/hassio-addons/addon-example/issues
|
||||||
[example-version-shield]: https://img.shields.io/badge/version-fd207a4-blue.svg
|
[example-version-shield]: https://img.shields.io/badge/version-3f16a8b-blue.svg
|
||||||
[example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example-armhf.svg
|
[example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example-armhf.svg
|
||||||
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
# Changelog since v3.5.0
|
# Changelog since v3.5.1
|
||||||
- 👕 Ignore shellcheck warning
|
- Adjust deployment supporting all environments (#23)
|
||||||
- ⬆ Upgrades add-on base image to v8.0.3
|
- Fix deployment workflow (#22)
|
||||||
|
- Add new repository workflow (#21)
|
||||||
|
|
||||||
|
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||||
|
- Cleanup repository (#20)
|
||||||
|
|
|
@ -65,16 +65,15 @@ default.
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[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
|
||||||
|
|
||||||
|
@ -128,7 +127,6 @@ SOFTWARE.
|
||||||
[forum]: https://community.home-assistant.io/t/repository-community-hass-io-add-ons/24705?u=frenck
|
[forum]: https://community.home-assistant.io/t/repository-community-hass-io-add-ons/24705?u=frenck
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-example/issues
|
[issue]: https://github.com/hassio-addons/addon-example/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-example/releases
|
[releases]: https://github.com/hassio-addons/addon-example/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.html
|
[semver]: http://semver.org/spec/v2.0.0.html
|
||||||
|
|
|
@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-fd207a4-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-3f16a8b-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-example/tree/fd207a4
|
[release]: https://github.com/hassio-addons/addon-example/tree/3f16a8b
|
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Example",
|
"name": "Example",
|
||||||
"version": "fd207a4",
|
"version": "3f16a8b",
|
||||||
"slug": "example",
|
"slug": "example",
|
||||||
"description": "Example add-on by Community Home Assistant Add-ons",
|
"description": "Example add-on by Community Home Assistant Add-ons",
|
||||||
"url": "https://github.com/hassio-addons/addon-example",
|
"url": "https://github.com/hassio-addons/addon-example",
|
||||||
"startup": "application",
|
|
||||||
"init": false,
|
"init": false,
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
|
@ -13,9 +12,7 @@
|
||||||
"armv7",
|
"armv7",
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
|
||||||
"options": {
|
"options": {
|
||||||
"log_level": "info",
|
"log_level": "info",
|
||||||
"seconds_between_quotes": 5
|
"seconds_between_quotes": 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue