Skip to content

Commit

Permalink
docs: fix commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
hikiko4ern committed Nov 27, 2024
1 parent 8bcb49b commit 32a8db0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

### Miscellaneous Tasks

- remove `test-extension` from sources zip
- **(docs,release-notes)** regenerate release notes for `v0.1.24` and `v0.1.25`
- **(updates)** specify `update_hash` in `updates.json`
- change `update_url` to `coub-addons.doggo.moe` ([#16](https://github.com/hikiko4ern/coub-addons/issues/16))

Expand Down
19 changes: 12 additions & 7 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,21 @@ body = """
# spell-checker: enable
trim = true

[bump]
features_always_bump_minor = false
breaking_always_bump_major = false

[git]
conventional_commits = true
filter_unconventional = true
split_commits = false
commit_parsers = [
# ignore
{ sha = "393a2bbf704825d51c2659e14d42e1d71ed9e325", skip = true },
{ sha = "da3317643bfd416a13f516458f052a5fd10da8e3", skip = true },
{ sha = "393a2bbf704825d51c2659e14d42e1d71ed9e325", skip = true }, # feat: initial commit
{ sha = "00bc3be2e3ab07e561d1a20728f9317d5259b44a", skip = true }, # chore: remove `test-extension` from sources zip

# groups
{ message = "chore\\((build|changelog|dev|deps|release|utils|internal)(\\)|,)", skip = true },
{ message = "^chore\\((build|changelog|dev|deps|release|utils|internal)(\\)|,)", skip = true },
{ message = "^fix", group = "<!-- 1 -->Bug Fixes" },
{ message = "^feat", group = "<!-- 2 -->Features" },
{ message = "^docs", group = "Documentation", skip = true },
Expand All @@ -74,7 +78,8 @@ ignore_tags = ""
# spell-checker: ignore topo
topo_order = false
sort_commits = "oldest"

[bump]
features_always_bump_minor = false
breaking_always_bump_major = false
# fix commit messages
commit_preprocessors = [
{ pattern = "^chore\\(docs\\)", replace = "docs" },
{ pattern = "^chore\\(docs,", replace = "docs(" },
]
2 changes: 1 addition & 1 deletion docs/release-notes/0.1.27.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32a8db0

Please sign in to comment.