Skip to content

fix: add manual confirmation for release calendar update #18748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 3, 2025

Conversation

blink-so[bot]
Copy link
Contributor

@blink-so blink-so bot commented Jul 3, 2025

Add a confirmation dialog to the release script that prompts the user to manually update the release calendar documentation before proceeding with the release.

Changes

  • Added a confirmation prompt that asks users to update the release calendar 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

  • Script syntax validation passes (bash -n scripts/release.sh)
  • 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 was getting out of date. While automation can be added later, this ensures users manually confirm the documentation is updated before each release.

Add a confirmation dialog to the release script that prompts the user
to manually update the release calendar documentation before proceeding
with the release. This ensures the release schedule documentation
stays up-to-date with each release.

The script now:
- Prompts user to update the release calendar documentation
- Provides the URL to the documentation
- Suggests running the update-release-calendar.sh script
- Requires confirmation before proceeding with the release

Co-authored-by: bpmct <[email protected]>
@bpmct bpmct requested a review from stirby July 3, 2025 17:11
@bpmct bpmct changed the title scripts: add manual confirmation for release calendar update fix: add manual confirmation for release calendar update Jul 3, 2025
@bpmct bpmct enabled auto-merge (squash) July 3, 2025 17:12
@bpmct bpmct self-assigned this Jul 3, 2025
@bpmct bpmct merged commit 5ad1847 into main Jul 3, 2025
34 checks passed
@bpmct bpmct deleted the release-script-calendar-confirmation branch July 3, 2025 19:45
@github-actions github-actions bot locked and limited conversation to collaborators Jul 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant