Skip to content

Commit 4f50409

Browse files
authored
Merge pull request #159 from stevenhua0320/release_checklist
chore:Add RELEASE_VERSION check on pre-release stage.
2 parents 936841e + d6f4d4d commit 4f50409

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ assignees: ""
1111
- [ ] All PRs/issues attached to the release are merged.
1212
- [ ] All the badges on the README are passing.
1313
- [ ] License information is verified as correct. If you are unsure, please comment below.
14+
- [ ] The `FALLBACK_VERSION` in `setup.py` has been updated to the latest version on PyPI.
1415
- [ ] Locally rendered documentation contains all appropriate pages, including API references (check no modules are
1516
missing), tutorials, and other human-written text is up-to-date with any changes in the code.
1617
- [ ] Installation instructions in the README, documentation, and the website are updated.

news/release_checkout.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No News Added: Add item to check `FALLBACK_VERSION` to latest version on PyPI
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)