File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ postprocessors = []
6767output = " CHANGELOG.md"
6868
6969[git ]
70+ tag_pattern = " ^(v.*|pact-python/.*)$"
7071# parse the commits based on https://www.conventionalcommits.org
7172conventional_commits = true
7273# filter out the commits that are not conventional
@@ -103,6 +104,8 @@ filter_commits = false
103104topo_order = false
104105# sort the commits inside sections by oldest/newest order
105106sort_commits = " oldest"
107+ # Ignore any changes from the CLI and FFI sub-projects
108+ exclude_paths = [" pact-python-cli/" , " pact-python-ffi/" ]
106109
107110[remote .github ]
108111owner = " pact-foundation"
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ postprocessors = []
7070output = " CHANGELOG.md"
7171
7272[git ]
73- tag_pattern = " pact-python-cli/.*"
73+ tag_pattern = " ^ pact-python-cli/.*$ "
7474# parse the commits based on https://www.conventionalcommits.org
7575conventional_commits = true
7676# filter out the commits that are not conventional
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ postprocessors = []
7070output = " CHANGELOG.md"
7171
7272[git ]
73- tag_pattern = " pact-python-ffi/.*"
73+ tag_pattern = " ^ pact-python-ffi/.*$ "
7474# parse the commits based on https://www.conventionalcommits.org
7575conventional_commits = true
7676# filter out the commits that are not conventional
You can’t perform that action at this time.
0 commit comments