mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Example to d63405b
This commit is contained in:
parent
f98cfa57d9
commit
2adb6bc189
4 changed files with 15 additions and 6 deletions
|
@ -829,10 +829,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/9407d09
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/9407d09/README.md
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/d63405b
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/d63405b/README.md
|
||||
[example-issue]: https://github.com/hassio-addons/addon-example/issues
|
||||
[example-version-shield]: https://img.shields.io/badge/version-9407d09-blue.svg
|
||||
[example-version-shield]: https://img.shields.io/badge/version-d63405b-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
# Changelog since v4.0.4
|
||||
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#47)
|
||||
|
||||
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.2 to v2.3.0.
|
||||
- [Release notes](https://github.com/docker/build-push-action/releases)
|
||||
- [Commits](https://github.com/docker/build-push-action/compare/v2.2.2...9379083e426e2e84abb80c8c091f5cdeb7d3fd7a)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#46)
|
||||
|
||||
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0.
|
||||
|
|
|
@ -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]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-9407d09-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/9407d09
|
||||
[release-shield]: https://img.shields.io/badge/version-d63405b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/d63405b
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Example",
|
||||
"version": "9407d09",
|
||||
"version": "d63405b",
|
||||
"slug": "example",
|
||||
"description": "Example add-on by Community Home Assistant Add-ons",
|
||||
"url": "https://github.com/hassio-addons/addon-example",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue