Commit 45bae59
authored
fix: add rule to omit doc-only changes from release notes
The release skill was inconsistently surfacing doc-comment-only changes
(e.g. Terraform description additions, docstring wording updates) as
user-facing features in some releases but not others. This led to
different release note content between Go and Python SDKs for the same
underlying config changes.
Add an explicit filter rule to Part 1 generation: skip changes that only
modify comments/docstrings/descriptions with no API behavioral change.1 parent 9b2f4a4 commit 45bae59
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
156 | 162 | | |
157 | 163 | | |
158 | 164 | | |
| |||
0 commit comments