[stable-2.17] release.py - Include pyproject.toml in git add (#83892) (#83897)

(cherry picked from commit e3ccdaaa2e)
pull/84034/head
Matt Clay 2 months ago committed by GitHub
parent 3326397717
commit a87ccd74a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1324,6 +1324,7 @@ def create_release_pr(allow_stale: bool = False) -> None:
add=(
CHANGELOGS_DIR,
ANSIBLE_RELEASE_FILE,
ANSIBLE_PYPROJECT_TOML_FILE,
),
allow_stale=allow_stale,
)

Loading…
Cancel
Save