Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.26 KB

File metadata and controls

31 lines (21 loc) · 1.26 KB

Release v1.2.2

Release line: stable

This document anchors the current stable release reference used by the docs portal.

Scope

  • Current package version in package.json is 1.2.2.
  • Canonical command family remains codex auth ....
  • Canonical package name remains codex-multi-auth.
  • Keeps the docs portal and root README aligned with the currently published package version.

What Changed

  • aligned the root README and docs portal release links to the published v1.2.2 stable line
  • added a dedicated docs/releases/v1.2.2.md entry so the current stable docs target exists as a first-class release note
  • updated the documentation integrity test to derive the current stable release note from package.json while keeping the previous and earlier stable slots explicit

Why This Exists

  • prevents the docs portal from pointing at retired stable release pages after version bumps
  • gives maintainers one stable note to refresh when the package version advances again
  • keeps release discoverability consistent between the README, docs portal, and test suite

Related