Skip to content

Commit a89102c

Browse files
committed
chore: update release checklist
1 parent 913583a commit a89102c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,31 @@ assignees: ""
1212
- [ ] All the badges on the README are passing.
1313
- [ ] License information is verified as correct. If you are unsure, please comment below.
1414
- [ ] Locally rendered documentation contains all appropriate pages, including API references (check no modules are
15-
missing), tutorials, and other human written text is up-to-date with any changes in the code.
16-
- [ ] Installation instructions in the README, documentation and on the website (e.g., diffpy.org) are updated.
15+
missing), tutorials, and other human-written text is up-to-date with any changes in the code.
16+
- [ ] Installation instructions in the README, documentation, and the website (e.g., diffpy.org) are updated.
1717
- [ ] Successfully run any tutorial examples or do functional testing with the latest Python version.
1818
- [ ] Grammar and writing quality are checked (no typos).
19+
- [ ] Install `pip install build twine`, run `python -m build` and `twine check dist/*` to ensure that the package can be built and is correctly formatted for PyPI release.
1920

2021
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:
2122

2223
### PyPI/GitHub full-release preparation checklist:
2324

24-
- [ ] Create a new conda environment and install the rc from pypi (`pip install <package-name>=??`)
25-
- [ ] License information at Pypi is verified as correct.
26-
- [ ] Docs deployed successfully to `<package-name>.github.io`
27-
- [ ] Successfully run all tests, tutorial examples or do functional testing
25+
- [ ] Create a new conda environment and install the rc from PyPI (`pip install <package-name>==??`)
26+
- [ ] License information on PyPI is correct.
27+
- [ ] Docs are deployed successfully to `https://www.diffpy.org/<package-name>`.
28+
- [ ] Successfully run all tests, tutorial examples or do functional testing.
2829

29-
Please let @sbillinge know that all checks are done and package is ready for full release.
30+
Please let @sbillinge know that all checks are done and the package is ready for full release.
3031

3132
### conda-forge release preparation checklist:
3233

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

35-
- [ ] Ensure that the full release has appeared on Pypi successfully
36+
- [ ] Ensure that the full release has appeared on PyPI successfully.
3637
- [ ] New package dependencies listed in `conda.txt` and `test.txt` are added to `meta.yaml` in the feedstock.
37-
- [ ] Close any open issues on the feedstock. Reach out to @bobleesj if you have questions
38-
- [ ] let @sbillinge and @bobleesj when this is ready
38+
- [ ] Close any open issues on the feedstock. Reach out to @bobleesj if you have questions.
39+
- [ ] Tag @sbillinge and @bobleesj for conda-forge release.
3940

4041
### Post-release checklist
4142

0 commit comments

Comments
 (0)