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: .codex/skills/prepare-release/SKILL.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ In sandboxed Codex environments, `cargo +nightly -Zscript` may need approval bec
30
30
4. If `cargo +nightly -Zscript` is unavailable, make the same edits manually.
31
31
- Set `parse-display/Cargo.toml` package `version` to `<version>`.
32
32
- Update `Cargo.lock`'s `parse-display` package version to `<version>`.
33
-
- Search docs and Rust doc comments for the previous parse-display version and update only parse-display version references, such as:
33
+
- Search docs and Rust doc comments for the previous parse-display version and update only active parse-display version references, such as dependency snippets and current-version docs links.
34
+
- Do not update docs.rs links for deprecated features. Deprecated feature documentation must keep linking to the older version where that deprecated feature is still documented.
0 commit comments