Revert "feedback: switch to use "NEW" as replacement placeholder"

This reverts commit 2117e1485d.
This commit is contained in:
Zanie Blue 2025-09-23 09:10:37 -05:00
parent 2117e1485d
commit 25b2974fb0
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
//! Environment variables used or supported by uv.
//! Used to generate `docs/reference/environment.md`.
//! NOTICE: Upcoming release functionality should be documented with `#[attr_since("\"NEW\"")]`.
//! NOTICE: Upcoming release functionality should be documented with `#[attr_since("uv.next.release")]`.
use uv_macros::{attr_env_var_pattern, attr_hidden, attr_since, attribute_env_vars_metadata};
/// Declares all environment variable used throughout `uv` and its crates.

View File

@ -67,7 +67,7 @@ version_files = [
"crates/uv-version/Cargo.toml",
"crates/uv-build/Cargo.toml",
"crates/uv-build/pyproject.toml",
{ target = "crates/uv-static/src/env_vars.rs", replace = "\"NEW\"" },
{ target = "crates/uv-static/src/env_vars.rs", replace = "uv.next.release" },
"docs/getting-started/installation.md",
"docs/guides/integration/docker.md",
"docs/guides/integration/pre-commit.md",
@ -76,7 +76,7 @@ version_files = [
"docs/concepts/build-backend.md",
"docs/concepts/projects/init.md",
"docs/concepts/projects/workspaces.md",
{ target = "docs/reference/environment.md", replace = "\"NEW\"" },
{ target = "docs/reference/environment.md", replace = "uv.next.release" },
]
[tool.rooster.section-labels]