@@ -22,8 +22,8 @@ assignees: ''
22
22
- [ ] gmtmex (@PaulWessel, @joa-quim)
23
23
- [ ] run ` src/gmt_make_*.sh ` to update some .c and .h files
24
24
- [ ] 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)
27
27
- [ ] check if there are any warnings when building the documentation
28
28
- [ ] add one new entry in ` doc/rst/_static/version_switch.js ` if it's a minor release
29
29
- [ ] check/set values in ` cmake/ConfigDefault.cmake `
@@ -36,11 +36,11 @@ assignees: ''
36
36
37
37
** Release** :
38
38
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 )
41
41
- [ ] create Windows installers (win64) (@joa-quim )
42
42
- [ ] 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 )
44
44
- [ ] make a tag and push it to github (** Must be done after uploading packages to the GMT FTP** )
45
45
``` bash
46
46
# checkout master (for minor releases) or 6.x branch (for patch releases)
@@ -53,7 +53,7 @@ assignees: ''
53
53
- [ ] make a GitHub release.
54
54
The GitHub Actions automatically create a draft release after pushing the tag to github.
55
55
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).
57
57
- [ ] download the checksum file and check if the checksums are correct
58
58
- [ ] edit the draft release, set the target to the correct tag, and publish the release
59
59
- [ ] make announcements in the [GMT forum](https://forum.generic-mapping-tools.org/)
0 commit comments