mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 17:22:58 +01:00
✏️ Add Dependency updates category to changelog
This commit is contained in:
parent
946589d09e
commit
a9974c0777
3
.github/changlog_template.hbs
vendored
3
.github/changlog_template.hbs
vendored
@ -13,5 +13,8 @@
|
|||||||
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
|
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
|
||||||
- {{subject}} [`{{shorthash}}`]({{href}})
|
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
{{#commit-list commits heading='## ⬆️ Dependency updates' message=':pencil2:'}}
|
||||||
|
- {{subject}} [`{{shorthash}}`]({{href}})
|
||||||
|
{{/commit-list}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
1
.github/workflows/build_addon.yml
vendored
1
.github/workflows/build_addon.yml
vendored
@ -92,3 +92,4 @@ jobs:
|
|||||||
IMAGE_SOURCE=${{env.IMAGE_SOURCE}}
|
IMAGE_SOURCE=${{env.IMAGE_SOURCE}}
|
||||||
file: ./${{env.TARGET}}/Dockerfile
|
file: ./${{env.TARGET}}/Dockerfile
|
||||||
cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
|
cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest
|
||||||
|
cache-to: type=inline
|
Loading…
Reference in New Issue
Block a user