Commit e1af658 1 parent 8738f3f commit e1af658 Copy full SHA for e1af658
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -106,23 +106,32 @@ release_hint_rules:
106
106
- match_result : dev
107
107
no_match_result : no-release
108
108
branch : ^((?!master|main).)*$
109
+ - match_result : patch
110
+ no_match_result : no-release
111
+ path : requirements/prod.in
112
+ branch : master|main
109
113
- match_result : patch
110
114
no_match_result : no-release
111
115
grouping : Other
116
+ path : bumpversion/*
112
117
branch : master|main
113
118
- match_result : patch
114
119
no_match_result : no-release
115
120
grouping : Fixes
121
+ path : bumpversion/*
116
122
branch : master|main
117
123
- match_result : minor
118
124
no_match_result : no-release
119
125
grouping : Updates
126
+ path : bumpversion/*
120
127
branch : master|main
121
128
- match_result : minor
122
129
no_match_result : no-release
123
130
grouping : New
131
+ path : bumpversion/*
124
132
branch : master|main
125
133
- match_result : major
126
134
no_match_result : no-release
127
135
grouping : Breaking Changes
136
+ path : bumpversion/*
128
137
branch : master|main
You can’t perform that action at this time.
0 commit comments