Skip to content

chore(main): release 6.0.0-beta.1#817

Merged
bokelley merged 2 commits into
mainfrom
release-please--branches--main
May 23, 2026
Merged

chore(main): release 6.0.0-beta.1#817
bokelley merged 2 commits into
mainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 22, 2026

🤖 I have created a release beep boop

6.0.0-beta.1 (2026-05-23)

Features

  • testing: make SellerA2AClient event drain configurable (#829) (62515d8)

Bug Fixes

  • send AAO directory pagination cursor as cursor (#811) (da91183)

Documentation

  • add MIGRATION_v5_to_v6 stub for the 6.0-beta line (#823) (c3837af), closes #802
  • types: refresh import-architecture references (closes #807) (#828) (169bc80)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot requested a review from bokelley as a code owner May 22, 2026 18:40
@github-actions github-actions Bot changed the title chore(main): release 5.7.1 chore(main): release 6.0.0-beta.1 May 22, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from 36a714b to 561f4c7 Compare May 23, 2026 12:43
@aao-ipr-bot
Copy link
Copy Markdown

aao-ipr-bot Bot commented May 23, 2026

⚠️ Argus review could not complete

The automated review encountered an issue (possibly reached max turns, timed out, or failed to post the final gh pr review). A human reviewer should take this PR.

View workflow run

This is an automated message from the Argus AI review workflow.

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 3e0f7e1 to 543c3ac Compare May 23, 2026 13:17
Copy link
Copy Markdown

@aao-ipr-bot aao-ipr-bot Bot left a comment

Choose a reason for hiding this comment

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

LGTM. Release-please did the right thing on the manifest; bokelley's normalization commit makes the wheel installable. Approving.

Things I checked

  • .release-please-manifest.json stays at 6.0.0-beta.1 (semver) — correct, that's the value release-please diffs against for the next bump.
  • pyproject.toml at 6.0.0b1 (PEP 440 normalized) — PyPI rejects 6.0.0-beta.1 directly, so the normalization is load-bearing for the publish step.
  • release-type: python + prerelease: true + prerelease-type: beta in release-please-config.json is the documented config that produces the semver form release-please writes to pyproject.toml. The manual fix-up is the known workaround.
  • CHANGELOG content matches the commits since v5.7.0: #829 (feat), #811 (fix), #823/#828 (docs). No ! or BREAKING CHANGE: footer in any of them — version jumps to 6.0 because the v6 beta line was opened intentionally (MIGRATION_v5_to_v6 stub landed in #823), not from a conventional-commit semver signal. Right call.
  • No code, no public-API surface, no generated types. Skip-everything rules apply — no expert delegation needed.

Follow-ups (non-blocking — file as issues)

  • Every future beta release PR will hit the same 6.0.0-beta.N6.0.0bN normalization. Either a customize-version extension or an extra-files post-processor in release-please-config.json would make this automatic. Two manual fix-up commits in a row is a pattern; three would be a problem.

Safe to merge once CI is green.

Copy link
Copy Markdown
Contributor

@bokelley bokelley left a comment

Choose a reason for hiding this comment

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

Approving for 6.0.0-beta.1 cut. Version hand-normalized to PEP 440 6.0.0b1 in 11360aa; follow-up to make this automatic tracked in #830.

@bokelley bokelley merged commit e00290c into main May 23, 2026
23 checks passed
@bokelley bokelley deleted the release-please--branches--main branch May 23, 2026 16:01
@github-actions
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(types): schema sync against 3.1.0-beta.3 + drop obsolete handrolled aliases release: cut 6.0.0-beta.1 line for AdCP 3.1 features

1 participant