Skip to content

Commit 3007720

Browse files
committed
chore: fix sub-project git cliff config
Signed-off-by: JP-Ellis <[email protected]>
1 parent b95b569 commit 3007720

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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]

pact-python-cli/cliff.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
107107
topo_order = false
108108
# sort the commits inside sections by oldest/newest order
109109
sort_commits = "oldest"
110+
# Only include the current directory (relative to the .git directory)
111+
include_paths = ["pact-python-ffi/"]
110112

111113
[remote.github]
112114
owner = "pact-foundation"

pact-python-ffi/cliff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ filter_commits = false
107107
topo_order = false
108108
# sort the commits inside sections by oldest/newest order
109109
sort_commits = "oldest"
110+
# Only include the current directory (relative to the .git directory)
111+
include_paths = ["pact-python-ffi/"]
110112

111113
[remote.github]
112114
owner = "pact-foundation"

0 commit comments

Comments
 (0)