Skip to content

Commit e1af658

Browse files
committed
Added path restrictions on release-hints.
1 parent 8738f3f commit e1af658

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changelog-config.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -106,23 +106,32 @@ release_hint_rules:
106106
- match_result: dev
107107
no_match_result: no-release
108108
branch: ^((?!master|main).)*$
109+
- match_result: patch
110+
no_match_result: no-release
111+
path: requirements/prod.in
112+
branch: master|main
109113
- match_result: patch
110114
no_match_result: no-release
111115
grouping: Other
116+
path: bumpversion/*
112117
branch: master|main
113118
- match_result: patch
114119
no_match_result: no-release
115120
grouping: Fixes
121+
path: bumpversion/*
116122
branch: master|main
117123
- match_result: minor
118124
no_match_result: no-release
119125
grouping: Updates
126+
path: bumpversion/*
120127
branch: master|main
121128
- match_result: minor
122129
no_match_result: no-release
123130
grouping: New
131+
path: bumpversion/*
124132
branch: master|main
125133
- match_result: major
126134
no_match_result: no-release
127135
grouping: Breaking Changes
136+
path: bumpversion/*
128137
branch: master|main

0 commit comments

Comments
 (0)