Prepare documentation for v6 release (#1253)

Update public examples and release messaging to make v6 the recommended stable version, include late-cycle v6 features, and increase the JetBrains test timeout to avoid cold-run flakes.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 24e3d384-3bda-4ca3-b1fc-f49e340c174f
This commit is contained in:
Bruno Borges
2026-08-24 11:49:23 -04:00
committed by GitHub
parent 59b3450628
commit dd06d9cba3
3 changed files with 23 additions and 38 deletions
@@ -78,6 +78,8 @@ function response(
}
describe('getAvailableVersions', () => {
jest.setTimeout(10_000);
let spyHttpClient: any;
let spyCoreError: any;
const originalGitHubToken = process.env.GITHUB_TOKEN;