chore: touch up release script (#2442)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-06-03 17:34:22 -04:00
committed by GitHub
parent a76b6fc338
commit 4e8d0757df
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -35,7 +35,6 @@ repos:
- pygithub
- pytest
- rich
- tomli
- tomli_w
- types-certifi
- types-click
+3 -3
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# /// script
# dependencies = ["click", "packaging", "tomli; python_version<'3.11'"]
# dependencies = ["click", "packaging"]
# ///
@@ -129,8 +129,8 @@ def bump_version() -> None:
contents = contents.replace(find, replace)
path.write_text(contents, encoding="utf8")
print("Files updated. If you want to update the changelog as part of this")
print("commit, do that now.")
print("Files updated. If you want to update docs/changelog.md as part of")
print("this commit, do that now.")
print()
while input('Type "done" to continue: ').strip().lower() != "done":