mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Example to b1670cf
This commit is contained in:
parent
f13c3bde08
commit
a5a5ae873e
4 changed files with 9 additions and 6 deletions
|
@ -755,10 +755,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/734cd9d
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/734cd9d/README.md
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/b1670cf
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/b1670cf/README.md
|
||||
[example-issue]: https://github.com/hassio-addons/addon-example/issues
|
||||
[example-version-shield]: https://img.shields.io/badge/version-734cd9d-blue.svg
|
||||
[example-version-shield]: https://img.shields.io/badge/version-b1670cf-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,7 @@
|
|||
# Changelog since v4.2.1
|
||||
- Fix typo in deploy workflow
|
||||
- Fix missing dispatch token in deploy workflow
|
||||
- Fix missing deploy workflow
|
||||
- Switch add-on to centralized GitHub Action Workflows (#101)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#100)
|
||||
|
||||
|
|
|
@ -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-734cd9d-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/734cd9d
|
||||
[release-shield]: https://img.shields.io/badge/version-b1670cf-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/b1670cf
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Example",
|
||||
"version": "734cd9d",
|
||||
"version": "b1670cf",
|
||||
"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