Skip to content

Commit 34fed4d

Browse files
seismanweiji14
andauthored
Add checking GMT Legacy/Dev Tests to the release checklist (#2285)
Co-authored-by: Wei Ji <[email protected]>
1 parent 8575cc0 commit 34fed4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ assignees: ''
1616
- [ ] Wrap Y ()
1717

1818
**Before release**:
19-
- [ ] Run `grep --include="*.py" -r 'remove_version="vX.Y.Z"' pygmt` from the base of the repository to check if any deprecations and related tests should be removed in this version
19+
- [ ] Check to ensure that:
20+
- [ ] All tests pass in the ["GMT Legacy Tests" workflow](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_legacy.yaml)
21+
- [ ] All tests pass in the ["GMT Dev Tests" workflow](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_dev.yaml)
22+
- [ ] Deprecations and related tests are removed for this version by running `grep --include="*.py" -r 'remove_version="vX.Y.Z"' pygmt` from the base of the repository
2023
- [ ] Reserve a DOI on [Zenodo](https://zenodo.org) by clicking on "New Version"
2124
- [ ] Finish up 'Changelog entry for v0.x.x' Pull Request:
2225
- [ ] Add a new entry in `doc/_static/version_switch.js` for documentation switcher

0 commit comments

Comments
 (0)