Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit dc0ffed

Browse files
authored
update cliff.toml (#47)
1 parent 3beedcc commit dc0ffed

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

cliff.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ trim = true
3838
postprocessors = [
3939
{ pattern = '<REPO>', replace = "https://github.com/s2-streamstore/s2-sdk-python" },
4040
]
41-
# output file path
42-
output = "CHANGELOG.md"
4341

4442
[git]
4543
# parse the commits based on https://www.conventionalcommits.org
@@ -50,11 +48,6 @@ filter_unconventional = false
5048
split_commits = false
5149
# regex for preprocessing the commit messages
5250
commit_preprocessors = [
53-
{ pattern = '(update `README` \(#10\))', replace = "docs: $1" },
54-
{ pattern = '(organize imports and add a few external links in docs \(#7\))', replace = "chore: $1" },
55-
{ pattern = '(validate `AppendInput`, expose `metered_bytes`, misc. docs polish \(#8\))', replace = "chore: $1" },
56-
{ pattern = '(betterproto -> grpcio \(#5\))', replace = "refactor: swap gRPC dependency i.e. $1" },
57-
{ pattern = "initial commit", replace_command = '[ "$COMMIT_SHA" == "d05d55a8396ab276055c3aacd00b8d1951d15e7c" ] && echo "feat: Async S2 client with core functionalities ([d05d55a](https://github.com/s2-streamstore/s2-sdk-python/commit/d05d55a8396ab276055c3aacd00b8d1951d15e7c))" || echo "initial commit"' },
5851
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
5952
]
6053
# regex for parsing and grouping commits

0 commit comments

Comments
 (0)