✏️ Add Dependency updates category to changelog

This commit is contained in:
SebClem 2021-03-23 15:23:38 +01:00
parent 946589d09e
commit a9974c0777
2 changed files with 5 additions and 1 deletions

View File

@ -13,5 +13,8 @@
{{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{#commit-list commits heading='## ⬆️ Dependency updates' message=':pencil2:'}}
- {{subject}} [`{{shorthash}}`]({{href}})
{{/commit-list}}
{{/if}}
{{/each}}

View File

@ -91,4 +91,5 @@ jobs:
BUILD_VERSION=${{env.VERSION}}
IMAGE_SOURCE=${{env.IMAGE_SOURCE}}
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