Skip to content

Commit

Permalink
Sort changelogs consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 8, 2024
1 parent 1df0b93 commit 02ce35b
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 518 deletions.
3 changes: 2 additions & 1 deletion .cliff/cliff-changelog-md.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ body = """
{% for commit in commits %}\
- {{ commit.message | split(pat="\n") | first | trim }} [`{{ commit.id | truncate(length=7, end="") }}`](https://github.com/AlecRust/protected-video/commit/{{ commit.id }})
{% endfor %}\
{% else %}{% endif %}
{% endif %}
"""

[git]
conventional_commits = false
filter_unconventional = false
sort_commits = "newest"

[[git.commit_parsers]]
message = "^Release"
Expand Down
1 change: 1 addition & 0 deletions .cliff/cliff-readme-txt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ body = """
[git]
conventional_commits = false
filter_unconventional = false
sort_commits = "newest"

[[git.commit_parsers]]
message = "^Release"
Expand Down
Loading

0 comments on commit 02ce35b

Please sign in to comment.