You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases/v1.2.2.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,18 @@ This document anchors the current stable release reference used by the docs port
11
11
- Canonical package name remains `codex-multi-auth`.
12
12
- Keeps the docs portal and root README aligned with the currently published package version.
13
13
14
+
## What Changed
15
+
16
+
- aligned the root README and docs portal release links to the published `v1.2.2` stable line
17
+
- added a dedicated `docs/releases/v1.2.2.md` entry so the current stable docs target exists as a first-class release note
18
+
- updated the documentation integrity test to derive the current stable release note from `package.json` while keeping the previous and earlier stable slots explicit
19
+
20
+
## Why This Exists
21
+
22
+
- prevents the docs portal from pointing at retired stable release pages after version bumps
23
+
- gives maintainers one stable note to refresh when the package version advances again
24
+
- keeps release discoverability consistent between the README, docs portal, and test suite
0 commit comments