Browse Source

chore: fix cliff configuration for consistent doc messages

master
andrewflbarnes 1 day ago
parent
commit
f008b57a6d
No known key found for this signature in database
  1. 2
      cliff.toml

2
cliff.toml

@ -57,7 +57,7 @@ commit_preprocessors = [ @@ -57,7 +57,7 @@ commit_preprocessors = [
#{ pattern = '.*', replace_command = 'typos --write-changes -' },
{ pattern = '^(Merge pull request)', replace = "contribution: ${1}" },
{ pattern = '^([^:]* .*([Rr]eadme|README).*)', replace = "doc: ${1}" },
{ pattern = '^(.*nstall(ation)? (step?|instruction).*)', replace = "doc: ${1}" },
{ pattern = '^([^:]* .*nstall(ation)? (step?|instruction).*)', replace = "doc: ${1}" },
{ pattern = '^[dD]oc(s?|ument) ', replace = "doc: " },
{ pattern = '^[fF]ix(e[ds])? ', replace = "fix: " },
{ pattern = '^[Rr]evert ', replace = "revert: " },

Loading…
Cancel
Save