Skip to content

Commit

Permalink
chore(config): check for null commit_id in detailed template (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Aug 8, 2024
1 parent ccf2ab7 commit 388b007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/detailed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body = """
## [unreleased]
{% endif %}\
{% if previous %}\
{% if previous.commit_id %}
{% if previous.commit_id and commit_id %}
[{{ previous.commit_id | truncate(length=7, end="") }}]({{ previous.commit_id }})...\
[{{ commit_id | truncate(length=7, end="") }}]({{ commit_id }})
{% endif %}\
Expand Down

0 comments on commit 388b007

Please sign in to comment.