File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# :schema https://json.schemastore.org/any.json
2- # git-cliff ~ default configuration file
2+ # git-cliff configuration file
33# https://git-cliff.org/docs/configuration
44
55[changelog ]
Original file line number Diff line number Diff line change 11# :schema https://json.schemastore.org/any.json
2- # git-cliff ~ default configuration file
2+ # git-cliff configuration file
33# https://git-cliff.org/docs/configuration
44
55[changelog ]
@@ -107,6 +107,8 @@ filter_commits = false
107107topo_order = false
108108# sort the commits inside sections by oldest/newest order
109109sort_commits = " oldest"
110+ # Only include the current directory (relative to the .git directory)
111+ include_paths = [" pact-python-ffi/" ]
110112
111113[remote .github ]
112114owner = " pact-foundation"
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ filter_commits = false
107107topo_order = false
108108# sort the commits inside sections by oldest/newest order
109109sort_commits = " oldest"
110+ # Only include the current directory (relative to the .git directory)
111+ include_paths = [" pact-python-ffi/" ]
110112
111113[remote .github ]
112114owner = " pact-foundation"
You can’t perform that action at this time.
0 commit comments