We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf0b37 commit 617dd00Copy full SHA for 617dd00
cliff.toml
@@ -25,8 +25,8 @@ body = """
25
{% endif %}\
26
{% if previous %}\
27
{% if previous.commit_id %}
28
- [{{ previous.commit_id | truncate(length=7, end="") }}]({{ previous.commit_id }})...\
29
- [{{ commit_id | truncate(length=7, end="") }}]({{ commit_id }})
+ [{{ previous.commit_id | truncate(length=7, end="") }}](https://github.com/BITNP/BIThesis/commit/{{ previous.commit_id }})...\
+ [{{ commit_id | truncate(length=7, end="") }}](https://github.com/BITNP/BIThesis/commit/{{ commit_id }})
30
31
32
{% for group, commits in commits | group_by(attribute="group") %}
0 commit comments