- Notifications
You must be signed in to change notification settings - Fork1k
Commit5ad1847
fix: add manual confirmation for release calendar update (#18748)
Add a confirmation dialog to the release script that prompts the user tomanually update the release calendar documentation before proceedingwith the release.## Changes- Added a confirmation prompt that asks users to update the releasecalendar documentation- Provides the URL to the documentation(https://coder.com/docs/install/releases#release-schedule)- Suggests running the `./scripts/update-release-calendar.sh` script- Requires explicit confirmation before proceeding with the release- Exits the script if the user hasn't updated the documentation## Testing- [x] Script syntax validation passes (`bash -n scripts/release.sh`)- [x] Changes are placed at the appropriate point in the release flow(after release notes editing, before actual release creation)This addresses the issue where the release calendar documentation wasgetting out of date. While automation can be added later, this ensuresusers manually confirm the documentation is updated before each release.Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: bpmct <22407953+bpmct@users.noreply.github.com>1 parenta099a8a commit5ad1847
1 file changed
+15
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
311 | 326 |
| |
312 | 327 |
| |
313 | 328 |
| |
|
0 commit comments
Comments
(0)