From cd49a1cab10a1953c6228063bbb12948307ba44c Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Thu, 16 Oct 2025 23:07:10 +0900 Subject: [PATCH] fix(doc): fix the release notes for the starlarkification of the flags (#3361) It seems that the changelog got merged for `1.7.0`, but the `VERSION_NEXT_FEATURE` got added to the docs instead of `1.7.0`. This is fixing that so that we can merge/cherry-pick again to the release branch. --- docs/api/rules_python/python/config_settings/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/rules_python/python/config_settings/index.md b/docs/api/rules_python/python/config_settings/index.md index 78a74c3f37..3092326d6f 100644 --- a/docs/api/rules_python/python/config_settings/index.md +++ b/docs/api/rules_python/python/config_settings/index.md @@ -41,7 +41,7 @@ Values: This flag replaces the Bazel builtin `--build_python_zip` flag. -:::{versionadded} VERSION_NEXT_FEATURE +:::{versionadded} 1.7.0 ::: :::: @@ -62,7 +62,7 @@ Values; This flag replaces the Bazel builtin `--experimental_python_import_all_repositories` flag. -:::{versionadded} VERSION_NEXT_FEATURE +:::{versionadded} 1.7.0 ::: :::: @@ -75,11 +75,11 @@ be removed. This flag replaces the Bazel builtin `--python_path` flag. -:::{deprecated} VERSION_NEXT_FEATURE +:::{deprecated} 1.7.0 Use toolchains instead. ::: -:::{versionadded} VERSION_NEXT_FEATURE +:::{versionadded} 1.7.0 ::: :::: @@ -111,7 +111,7 @@ Values: This flag replaces the Bazel builtin `--incompatible_default_to_explicit_init_py` flag. -:::{versionadded} VERSION_NEXT_FEATURE +:::{versionadded} 1.7.0 ::: ::::