We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf2ab7 commit 388b007Copy full SHA for 388b007
examples/detailed.toml
@@ -16,7 +16,7 @@ body = """
16
## [unreleased]
17
{% endif %}\
18
{% if previous %}\
19
- {% if previous.commit_id %}
+ {% if previous.commit_id and commit_id %}
20
[{{ previous.commit_id | truncate(length=7, end="") }}]({{ previous.commit_id }})...\
21
[{{ commit_id | truncate(length=7, end="") }}]({{ commit_id }})
22
0 commit comments