Skip to content

Commit cd49a1c

Browse files
authored
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.
1 parent f1e585f commit cd49a1c

File tree

1 file changed

+5
-5
lines changed
  • docs/api/rules_python/python/config_settings

1 file changed

+5
-5
lines changed

docs/api/rules_python/python/config_settings/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Values:
4141

4242
This flag replaces the Bazel builtin `--build_python_zip` flag.
4343

44-
:::{versionadded} VERSION_NEXT_FEATURE
44+
:::{versionadded} 1.7.0
4545
:::
4646
::::
4747

@@ -62,7 +62,7 @@ Values;
6262
This flag replaces the Bazel builtin
6363
`--experimental_python_import_all_repositories` flag.
6464

65-
:::{versionadded} VERSION_NEXT_FEATURE
65+
:::{versionadded} 1.7.0
6666
:::
6767
::::
6868

@@ -75,11 +75,11 @@ be removed.
7575

7676
This flag replaces the Bazel builtin `--python_path` flag.
7777

78-
:::{deprecated} VERSION_NEXT_FEATURE
78+
:::{deprecated} 1.7.0
7979
Use toolchains instead.
8080
:::
8181

82-
:::{versionadded} VERSION_NEXT_FEATURE
82+
:::{versionadded} 1.7.0
8383
:::
8484
::::
8585

@@ -111,7 +111,7 @@ Values:
111111
This flag replaces the Bazel builtin
112112
`--incompatible_default_to_explicit_init_py` flag.
113113

114-
:::{versionadded} VERSION_NEXT_FEATURE
114+
:::{versionadded} 1.7.0
115115
:::
116116
::::
117117

0 commit comments

Comments
 (0)