Commit d8aa5c4
fix: skip release workflow when docs already match next version
The release workflow re-triggers on main when its own PR merges,
causing `make rc` to fail with "nothing to commit" since docs are
already up to date. Check if the computed NEXT_VERSION already
appears in the install docs before proceeding, and make the Makefile
commit conditional as a defensive fallback.
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>1 parent f0e47ee commit d8aa5c4
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
0 commit comments