Commit 741fe94
fix(typescript-service-release): notify only on major (breaking) releases
The notify job fired on every real release (major | minor | patch). Per
intent, release emails should only go out for breaking changes, so gate
the job on release_type == 'major'. Minor/patch releases now skip the
notify job cleanly. Updates the notify-on-release input description to
match.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 719325e commit 741fe94
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments