Skip to content

Commit cf08bf0

Browse files
authored
Merge pull request #168 from bobleesj/patch-3
Update release_checklist.md - use fourigui 0.2.0 version
2 parents 08917a2 + 1831b79 commit cf08bf0

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: "release"
66
assignees: ""
77
---
88

9-
### PyPI/GitHub release checklist:
9+
### PyPI/GitHub rc-release preparation checklist:
1010

1111
- [ ] All PRs/issues attached to the release are merged.
1212
- [ ] All the badges on the README are passing.
@@ -17,15 +17,24 @@ assignees: ""
1717
- [ ] Successfully run any tutorial examples or do functional testing with the latest Python version.
1818
- [ ] Grammar and writing quality are checked (no typos).
1919

20-
Please mention @sbillinge here when you are ready for PyPI/GitHub release. Include any additional comments necessary, such as
21-
version information and details about the pre-release here:
20+
Please mention @sbillinge here when you are ready for PyPI/GitHub release. Include any additional comments necessary, such as version information and details about the pre-release here:
2221

23-
### conda-forge release checklist:
22+
### PyPI/GitHub full-release preparation checklist:
23+
- [ ] Create a new conda environment and install the rc from pypi (`pip install <package-name>=??`)
24+
- [ ] License information at Pypi is verified as correct.
25+
- [ ] Docs deployed successfully to `<package-name>.github.io`
26+
- [ ] Successfully run all tests, tutorial examples or do functional testing
27+
28+
Please let @sbillinge know that all checks are done and package is ready for full release.
29+
30+
### conda-forge release preparation checklist:
2431

2532
<!-- After @sbillinge releases the PyPI package, please check the following when creating a PR for conda-forge release.-->
2633

34+
- [ ] Ensure that the full release has appeared on Pypi successfully
2735
- [ ] New package dependencies listed in `conda.txt` and `test.txt` are added to `meta.yaml` in the feedstock.
28-
- [ ] All relevant issues in the feedstock are addressed in the release PR.
36+
- [ ] Close any open issues on the feedstock. Reach out to @bobleesj if you have questions
37+
- [ ] let @sbillinge and @bobleesj when this is ready
2938

3039
### Post-release checklist
3140

0 commit comments

Comments
 (0)