Commit Diff


commit - c58e2fc2f6cfa153812755719ac5ea48c6020816
commit + fa65d5076a5aad16151cd4e0a1ad9c52ab3c8ad3
blob - 147520f66a5e450f3f4479e42353267220a7c5ee
blob + 74d663ca8b209025a1dfd4ba5870e4335716bca3
--- cliff.toml
+++ cliff.toml
@@ -15,7 +15,7 @@ body = """
 - {% if commit.breaking %}**breaking:** {% endif -%}
 {% if commit.scope %}**{{ commit.scope }}:** {% endif -%}
 {{ commit.message | upper_first }} \
-([`{{ commit.id | truncate(length=7, end="") }}`](https://git.sr.ht/~mtmn/plants/commit/{{ commit.id }}))
+([`{{ commit.id | truncate(length=7, end="") }}`](https://git.sr.ht/~mtmn/hakuna/commit/{{ commit.id }}))
 {% endfor %}
 {% endfor %}
 """
@@ -31,8 +31,8 @@ commit_parsers = [
   { message = "^fix",              group = "Bug Fixes" },
   { message = "^docs",             group = "Documentation" },
   { message = "^test",             group = "Testing" },
+  { message = "^chore",            group = "Housekeeping" },
   { message = "^chore\\(deps\\)",  group = "Dependencies" },
-  { message = "^chore",            skip = true },
   { message = "^ci",               skip = true },
 ]
 protect_breaking_commits = true