chore: touch up release script (#2442)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -35,7 +35,6 @@ repos:
|
|||||||
- pygithub
|
- pygithub
|
||||||
- pytest
|
- pytest
|
||||||
- rich
|
- rich
|
||||||
- tomli
|
|
||||||
- tomli_w
|
- tomli_w
|
||||||
- types-certifi
|
- types-certifi
|
||||||
- types-click
|
- types-click
|
||||||
|
|||||||
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# /// script
|
# /// 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)
|
contents = contents.replace(find, replace)
|
||||||
path.write_text(contents, encoding="utf8")
|
path.write_text(contents, encoding="utf8")
|
||||||
|
|
||||||
print("Files updated. If you want to update the changelog as part of this")
|
print("Files updated. If you want to update docs/changelog.md as part of")
|
||||||
print("commit, do that now.")
|
print("this commit, do that now.")
|
||||||
print()
|
print()
|
||||||
|
|
||||||
while input('Type "done" to continue: ').strip().lower() != "done":
|
while input('Type "done" to continue: ').strip().lower() != "done":
|
||||||
|
|||||||
Reference in New Issue
Block a user