Skip to content

Commit 6de101d

Browse files
committed
fix(cliff): Add docker image back
Signed-off-by: dark0dave <[email protected]>
1 parent 5dbf7ae commit 6de101d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cliff.toml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ header = ""
99
# template for the changelog body
1010
# https://tera.netlify.app/docs
1111
body = """
12+
**Docker Image**: {{ get_env(name='REGISTRY', default='') }}/{{ get_env(name='IMAG_NAME', default='') }}:{{ get_env(name='GITHUB_REF_NAME', default='') }}
13+
1214
### Changelog \
1315
{% for group, commits in commits | group_by(attribute="group") %}
1416
\n#### {{ group | striptags | trim | upper_first }}:

0 commit comments

Comments
 (0)