You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/4-release_checklist.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,14 @@ assignees: ''
19
19
20
20
**Before release**:
21
21
22
-
-[ ] Check [SPEC 0](https://scientific-python.org/specs/spec-0000/) to see if we need to bump the minimum supported versions of GMT, Python and
23
-
core package dependencies (NumPy, pandas, Xarray)
22
+
-[ ] Check [SPEC 0](https://scientific-python.org/specs/spec-0000/) to see if we need to bump the minimum supported versions of GMT, Python and core package dependencies (NumPy, pandas, Xarray)
24
23
-[ ] Review the ["PyGMT Team" page](https://www.pygmt.org/dev/team.html)
25
24
-[ ] Check to ensure that:
26
25
-[ ] Deprecations and related tests are removed for this version by running `grep --include="*.py" -r vX.Y.Z` from the base of the repository
27
26
-[ ] All tests pass in the ["GMT Legacy Tests" workflow](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_legacy.yaml)
28
27
-[ ] All tests pass in the ["GMT Dev Tests" workflow](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_tests_dev.yaml)
29
28
-[ ] All tests pass in the ["Doctests" workflow](https://github.com/GenericMappingTools/pygmt/actions/workflows/ci_doctests.yaml)
30
-
-[ ] Update warnings in `pygmt/_show_versions.py` as well as notes in
31
-
[Not working transparency](https://www.pygmt.org/dev/install.html#not-working-transparency)
32
-
regarding GMT-Ghostscript incompatibility
29
+
-[ ] Update warnings in `pygmt/_show_versions.py` as well as notes in [Not working transparency](https://www.pygmt.org/dev/install.html#not-working-transparency) regarding GMT-Ghostscript incompatibility
33
30
-[ ] Reserve a DOI on [Zenodo](https://zenodo.org) by clicking on "New Version"
34
31
-[ ] Finish up the "Changelog entry for v0.x.x" Pull Request (Use the previous changelog PR as a reference)
35
32
-[ ] Run `make codespell` to check common misspellings. If there are any, either fix them or add them to `ignore-words-list` in `pyproject.toml`
@@ -41,14 +38,11 @@ assignees: ''
41
38
-[ ] Edit the draft release notes with the finalized changelog
42
39
-[ ] Set the tag version and release title to vX.Y.Z
43
40
-[ ] Make a release by clicking the 'Publish Release' button, this will automatically create a tag too
44
-
-[ ] Download pygmt-X.Y.Z.zip (rename to pygmt-vX.Y.Z.zip) and baseline-images.zip from
45
-
the release page, and upload the two zip files to https://zenodo.org/deposit,
46
-
ensure that they are filed under the correct reserved DOI
41
+
-[ ] Download pygmt-X.Y.Z.zip (rename to pygmt-vX.Y.Z.zip) and baseline-images.zip from the release page, and upload the two zip files to https://zenodo.org/deposit, ensure that they are filed under the correct reserved DOI
0 commit comments