mirror of https://github.com/astral-sh/uv
Revert "feedback: switch to use "NEW" as replacement placeholder"
This reverts commit 2117e1485d.
This commit is contained in:
parent
2117e1485d
commit
25b2974fb0
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue