release.py - Include pyproject.toml in git add (#83892)

pull/47344/head
Matt Clay 3 months ago committed by GitHub
parent b544ac13ec
commit e3ccdaaa2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save