Skip to content

Commit fac09ca

Browse files
authored
update maintainers guide to git rm build workflow (#2033)
This change updates the maintainers guide to include the build package docs workflow in the list of devel only tooling to remove when creating new stable branches.
1 parent 764d4ce commit fac09ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After creating a new stable branch, remove the appropriate files and references.
4949

5050
```bash
5151
# Remove the following workflow files, the tagger script, and tagger requirements.
52-
git rm -r .github/workflows/pip-compile-dev.yml .github/workflows/pip-compile-docs.yml .github/workflows/reusable-pip-compile.yml .github/workflows/tag.yml hacking/tagger tests/tag.*
52+
git rm -r .github/workflows/pip-compile-dev.yml .github/workflows/pip-compile-docs.yml .github/workflows/reusable-pip-compile.yml .github/workflows/tag.yml .github/workflows/build-package-docs.yaml hacking/tagger tests/tag.*
5353
```
5454

5555
Next, remove references to the tagger dependencies as follows:

0 commit comments

Comments
 (0)