aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Thor <dougthor42@users.noreply.github.com>2024-05-09 15:01:32 -0700
committerGitHub <noreply@github.com>2024-05-09 22:01:32 +0000
commit55f31a306c8d69b46e50a1b2618c93081d4e11e8 (patch)
tree1cd4afc40e876725fd5e755d5c79206e87df5368
parenta1d3c0de0ae23ee2470c512db88c46f2fd06098b (diff)
downloadbazelbuild-rules_python-upstream-main.tar.gz
Fix typo in changelog text from #1863 (#1889)upstream-main
The annotation is `include_dep`, not `include_deps`. ```console $ # Before this PR: $ rg -F "include_deps" CHANGELOG.md 76:* (gazelle) Add a new annotation `include_deps`. Also add documentation for $ $ # After this PR, there are no more references to "include_deps" $ rg -F "include_deps" $ ```
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 449dae0..b8745f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -73,7 +73,7 @@ A brief description of the categories of changes:
the whl and sdist files will be written to the lock file. Controlling whether
the downloading of metadata is done in parallel can be done using
`parallel_download` attribute.
-* (gazelle) Add a new annotation `include_deps`. Also add documentation for
+* (gazelle) Add a new annotation `include_dep`. Also add documentation for
annotations to `gazelle/README.md`.
* (deps): `rules_python` depends now on `rules_cc` 0.0.9
* (pip_parse): A new flag `use_hub_alias_dependencies` has been added that is going