Skip to content

chore: release v0.36.39#291

Merged
Destynova2 merged 1 commit intomainfrom
release-plz-2026-04-26T17-25-02Z
Apr 26, 2026
Merged

chore: release v0.36.39#291
Destynova2 merged 1 commit intomainfrom
release-plz-2026-04-26T17-25-02Z

Conversation

@Destynova2
Copy link
Copy Markdown
Contributor

🤖 New release

  • grob: 0.36.38 -> 0.36.39
Changelog

0.36.39 - 2026-04-26

Other

  • (registry) require SecretBackend on from_configs_with_models


This PR was generated with release-plz.

@Destynova2 Destynova2 enabled auto-merge (squash) April 26, 2026 17:25
@Destynova2 Destynova2 merged commit 5d29824 into main Apr 26, 2026
42 of 44 checks passed
@Destynova2 Destynova2 deleted the release-plz-2026-04-26T17-25-02Z branch April 26, 2026 17:32
Destynova2 pushed a commit that referenced this pull request Apr 26, 2026
Two unrelated false positives that block release-plz PRs (which touch
**.md and trigger the docs-lint workflow):

1. The `no-hardcoded-version` regex `v?0\.[0-9]+\.[0-9]+` was too
   greedy: the `?` on `v` plus the `0\.` anchor matched the first three
   octets of legitimate IP addresses like `0.0.0.0` and `127.0.0.1` in
   network-deployment docs (oauth-setup.md, troubleshooting.md, deploy.md,
   security.md). Tightened to `\bv[0-9]+\.[0-9]+\.[0-9]+\b` — the literal
   `v` prefix is mandatory, word boundaries prevent partial matches.

   The exclusion list also picked up four ADRs (0012, 0015, 0016) and
   reference/benchmarks.md that legitimately quote historical version
   numbers when explaining when a feature landed.

2. `docs/how-to/auto-tune-routing.md` had two empty `## Iterate`
   headings in a row (MD024 no-duplicate-heading). Removed the duplicate
   that had no content underneath.

Both were pre-existing on main — they only surfaced now because the
release-plz auto-PR (#291) edits CHANGELOG.md, which the workflow's
`paths: ["**.md"]` trigger picks up, running the full doc-lint suite
on every release cut.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant