Skip to content

Commit

Permalink
Merge pull request #613 from doitintl/fix/cliff
Browse files Browse the repository at this point in the history
fix(cliff): Add docker image back
  • Loading branch information
dark0dave authored Jul 7, 2024
2 parents 5dbf7ae + 6de101d commit c9de96e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ header = ""
# template for the changelog body
# https://tera.netlify.app/docs
body = """
**Docker Image**: {{ get_env(name='REGISTRY', default='') }}/{{ get_env(name='IMAG_NAME', default='') }}:{{ get_env(name='GITHUB_REF_NAME', default='') }}
### Changelog \
{% for group, commits in commits | group_by(attribute="group") %}
\n#### {{ group | striptags | trim | upper_first }}:
Expand Down

0 comments on commit c9de96e

Please sign in to comment.