Skip to content

Commit 43ff8ef

Browse files
author
Meghan Jones
authored
Update release templates (#5261)
1 parent 93c447b commit 43ff8ef

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/release_candidate_checklist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ assignees: ''
2222
- [ ] gmtmex (@PaulWessel, @joa-quim)
2323
- [ ] run `src/gmt_make_*.sh` to update some .c and .h files
2424
- [ ] run `admin/gs_check.sh` to test if latest ghostscript version works
25-
- [ ] update [changelog](/doc/rst/source/changes.rst)
26-
- [ ] check installation instructions in [INSTALL.md](/INSTALL.md)
25+
- [ ] update [changelog](https://github.com/GenericMappingTools/gmt/blob/master/doc/rst/source/changes.rst)
26+
- [ ] check installation instructions in [INSTALL.md](https://github.com/GenericMappingTools/gmt/blob/master/INSTALL.md)
2727
- [ ] check if there are any warnings when building the documentation
2828
- [ ] add one new entry in `doc/rst/_static/version_switch.js` if it's a minor release
2929
- [ ] check/set values in `cmake/ConfigDefault.cmake`
@@ -36,11 +36,11 @@ assignees: ''
3636

3737
**Release**:
3838

39-
- [ ] create source tarballs (tar.gz and tar.xz) (@PaulWessel)
40-
- [ ] create macOS bundle (@PaulWessel)
39+
- [ ] create source tarballs (tar.gz and tar.xz) (@PaulWessel, @meghanrjones)
40+
- [ ] create macOS bundle (@PaulWessel, @meghanrjones)
4141
- [ ] create Windows installers (win64) (@joa-quim)
4242
- [ ] check if the source tarballs, macOS bundle and Windows installers work well
43-
- [ ] upload source tarballs, macOS bundle, Windows installers to the GMT FTP (@PaulWessel)
43+
- [ ] upload source tarballs, macOS bundle, Windows installers to the GMT FTP (@PaulWessel, @meghanrjones)
4444
- [ ] make a tag and push it to github (**Must be done after uploading packages to the GMT FTP**)
4545
```bash
4646
# checkout master (for minor releases) or 6.x branch (for patch releases)
@@ -53,7 +53,7 @@ assignees: ''
5353
- [ ] make a GitHub release.
5454
The GitHub Actions automatically create a draft release after pushing the tag to github.
5555
We need to go to the [GitHub Release](https://github.com/GenericMappingTools/gmt/releases) page, and review it manually.
56-
- [ ] 5 files are attached as release assets (2 source tarballs, 2 installers and 1 checksum file).
56+
- [ ] 6 files are attached as release assets (2 source tarballs, 3 installers and 1 checksum file).
5757
- [ ] download the checksum file and check if the checksums are correct
5858
- [ ] edit the draft release, set the target to the correct tag, and publish the release
5959
- [ ] make announcements in the [GMT forum](https://forum.generic-mapping-tools.org/)

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ assignees: ''
2323
- [ ] reserve a DOI on [zenodo](https://zenodo.org) (@PaulWessel)
2424
- [ ] run `src/gmt_make_*.sh` to update some .c and .h files
2525
- [ ] run `admin/gs_check.sh` to test if latest ghostscript version works
26-
- [ ] update [changelog](/doc/rst/source/changes.rst)
27-
- [ ] check installation instructions in [INSTALL.md](/INSTALL.md)
26+
- [ ] update [changelog](https://github.com/GenericMappingTools/gmt/blob/master/doc/rst/source/changes.rst)
27+
- [ ] check installation instructions in [INSTALL.md](https://github.com/GenericMappingTools/gmt/blob/master/INSTALL.md)
2828
- [ ] check if there are any warnings when building the documentation
2929
- [ ] add one new entry in `doc/rst/_static/version_switch.js` if it's a minor release
3030
- [ ] check/set values in `cmake/ConfigDefault.cmake`
@@ -37,11 +37,11 @@ assignees: ''
3737

3838
**Release**:
3939

40-
- [ ] create source tarballs (tar.gz and tar.xz) (@PaulWessel)
41-
- [ ] create macOS bundle (@PaulWessel)
40+
- [ ] create source tarballs (tar.gz and tar.xz) (@PaulWessel, @meghanrjones)
41+
- [ ] create macOS bundle (@PaulWessel, @meghanrjones)
4242
- [ ] create Windows installers (win32 and win64) (@joa-quim)
4343
- [ ] check if the source tarballs, macOS bundle and Windows installers work well
44-
- [ ] upload source tarballs, macOS bundle, Windows installers to the GMT FTP (@PaulWessel)
44+
- [ ] upload source tarballs, macOS bundle, Windows installers to the GMT FTP (@PaulWessel, @meghanrjones)
4545
- [ ] update README and VERSION files on the GMT FTP (@PaulWessel)
4646
- [ ] make a tag and push it to github (**Must be done after uploading packages to the GMT FTP**)
4747
```bash
@@ -55,7 +55,7 @@ assignees: ''
5555
- [ ] make a GitHub release.
5656
The GitHub Actions automatically create a draft release after pushing the tag to github.
5757
We need to go to the [GitHub Release](https://github.com/GenericMappingTools/gmt/releases) page, and review it manually.
58-
- [ ] 6 files are attached as release assets (2 source tarballs, 3 installers and 1 checksum file).
58+
- [ ] 7 files are attached as release assets (2 source tarballs, 4 installers and 1 checksum file).
5959
- [ ] download the checksum file and check if the checksums are correct
6060
- [ ] edit the draft release, set the target to the correct tag, and publish the release
6161
- [ ] upload the tarball to zenodo (@PaulWessel)

0 commit comments

Comments
 (0)