Skip to content

Commit

Permalink
Remove long-dead files that need no update
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Sep 27, 2024
1 parent 5c8ad5f commit 75e719b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,7 @@ def bump(tag: Tag) -> None:
tweak_patchlevel(tag)

extra_work = False
# Older releases have a plain text README,
# newer releases have README.rst.
other_files = ["README.rst", "README", "Misc/NEWS"]
other_files = ["README.rst"]

Check warning on line 427 in release.py

View check run for this annotation

Codecov / codecov/patch

release.py#L427

Added line #L427 was not covered by tests
if tag.patch == 0 and tag.level == "a" and tag.serial == 0:
extra_work = True
other_files += [
Expand Down

0 comments on commit 75e719b

Please sign in to comment.