Skip to content

Improve providers release docs: carry over testing-issue checkmarks + tag-providers --release-date#68228

Open
potiuk wants to merge 2 commits into
apache:mainfrom
potiuk:improve-release-process-docs
Open

Improve providers release docs: carry over testing-issue checkmarks + tag-providers --release-date#68228
potiuk wants to merge 2 commits into
apache:mainfrom
potiuk:improve-release-process-docs

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented Jun 8, 2026

Small improvements to the providers release process docs (dev/README_RELEASE_PROVIDERS.md), found while running the 2026-06-08 wave:

  1. Carry over testing-issue checkmarks for re-cuts. When a provider is re-cut — held back from a previous wave and released again at rc2/rc3, or a cancelled RC — the PRs already verified ([x]) in the previous wave's testing issue should stay checked in the new issue, so testers don't re-verify unchanged code; only genuinely new commits are left unchecked. Documents the extract-and-carry-over commands as a standard "always do this" step. (Applied live for 2026-06-08: issue carried the verified PRs over from the 2026-06-02 issue.)

  2. tag-providers --release-date. The command requires --release-date, but both examples showed it bare (breeze release-management tag-providers), which fails with Missing option '--release-date'. Fixed both examples.


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

…or re-cuts + tag-providers --release-date

- document carrying over [x] checkmarks from the previous wave's testing issue when re-cutting held-back/cancelled providers (so testers don't re-verify unchanged code)
- add the required --release-date to the tag-providers command examples
@boring-cyborg boring-cyborg Bot added area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels Jun 8, 2026
The new 'carry over checkmarks' subsection used an h4 (####) directly
under an h2, skipping h3. Demote to h3 (###) so heading levels only
increment by one.

```shell script
breeze release-management tag-providers
breeze release-management tag-providers --release-date ${RELEASE_DATE}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought until now that the RELEASE_DATE is picked-up from ENV automatically via Shell?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants