Skip to content

Commit 55f31a3

Browse files
authored
Fix typo in changelog text from #1863 (#1889)
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" $ ```
1 parent a1d3c0d commit 55f31a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ A brief description of the categories of changes:
7373
the whl and sdist files will be written to the lock file. Controlling whether
7474
the downloading of metadata is done in parallel can be done using
7575
`parallel_download` attribute.
76-
* (gazelle) Add a new annotation `include_deps`. Also add documentation for
76+
* (gazelle) Add a new annotation `include_dep`. Also add documentation for
7777
annotations to `gazelle/README.md`.
7878
* (deps): `rules_python` depends now on `rules_cc` 0.0.9
7979
* (pip_parse): A new flag `use_hub_alias_dependencies` has been added that is going

0 commit comments

Comments
 (0)