From d6f4d4d3210b3034403f4f2a8213f9741d61e28e Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Sun, 23 Nov 2025 22:06:35 -0500 Subject: [PATCH] chore:Add RELEASE_VERSION check on pre-release stage. --- .github/ISSUE_TEMPLATE/release_checklist.md | 1 + news/release_checkout.rst | 23 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 news/release_checkout.rst diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index 56bcd01..c382844 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -11,6 +11,7 @@ assignees: "" - [ ] All PRs/issues attached to the release are merged. - [ ] All the badges on the README are passing. - [ ] License information is verified as correct. If you are unsure, please comment below. +- [ ] The `FALLBACK_VERSION` in `setup.py` has been updated to the latest version on PyPI. - [ ] Locally rendered documentation contains all appropriate pages, including API references (check no modules are missing), tutorials, and other human-written text is up-to-date with any changes in the code. - [ ] Installation instructions in the README, documentation, and the website are updated. diff --git a/news/release_checkout.rst b/news/release_checkout.rst new file mode 100644 index 0000000..8d62d05 --- /dev/null +++ b/news/release_checkout.rst @@ -0,0 +1,23 @@ +**Added:** + +* No News Added: Add item to check `FALLBACK_VERSION` to latest version on PyPI + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*