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.
diff --git a/docs/api/rules_python/python/config_settings/index.md b/docs/api/rules_python/python/config_settings/index.md
index 78a74c3..3092326 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 @@
This flag replaces the Bazel builtin `--build_python_zip` flag.
-:::{versionadded} VERSION_NEXT_FEATURE
+:::{versionadded} 1.7.0
:::
::::
@@ -62,7 +62,7 @@
This flag replaces the Bazel builtin
`--experimental_python_import_all_repositories` flag.
-:::{versionadded} VERSION_NEXT_FEATURE
+:::{versionadded} 1.7.0
:::
::::
@@ -75,11 +75,11 @@
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 @@
This flag replaces the Bazel builtin
`--incompatible_default_to_explicit_init_py` flag.
-:::{versionadded} VERSION_NEXT_FEATURE
+:::{versionadded} 1.7.0
:::
::::