-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
657 changed files
with
7,158 additions
and
6,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
name: GMT release checklist | ||
about: Checklist for a new GMT release. | ||
title: 'Release GMT x.x.x' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Version**: x.x.x | ||
|
||
**Before release**: | ||
|
||
- [ ] run `src/gmt_make_*.sh` to update some .c and .h files | ||
- [ ] check if all tests pass on macOS, Linux and Windows | ||
- [ ] update changelog | ||
- [ ] update INSTALL.md | ||
- [ ] build documentations and fix warnings if any | ||
- [ ] check/set values in `cmake/ConfigDefault.cmake` | ||
- [ ] `GMT_VERSION_YEAR` is current year | ||
- [ ] `GMT_PACKAGE_VERSION_*` is correctly set | ||
- [ ] `GMT_LIB_SOVERSION` is correctly set | ||
- [ ] set `GMT_PUBLIC_RELEASE` to `TRUE` | ||
- [ ] freeze codes and commit all changes to GitHub | ||
|
||
**Release**: | ||
|
||
- [ ] create source tarballs (tar.gz and tar.xz) (@PaulWessel) | ||
- [ ] create macOS bundle (@PaulWessel) | ||
- [ ] create Windows installers (win32 and win64) (@joa-quim) | ||
- [ ] make a tag and push it to github | ||
``` | ||
git tag x.x.x | ||
git push --tags | ||
``` | ||
- [ ] go to [GitHub Release](https://github.com/GenericMappingTools/gmt/releases) and make a release. Remember to attach the source tarballs, macOS bundle and Windows installers. | ||
- [ ] upload source tarballs, macOS bundle, Windows installers to the GMT FTP (@PaulWessel) | ||
- [ ] update README and VERSION files on the GMT FTP (@PaulWessel) | ||
- [ ] make announcements | ||
- [ ] update links on the main site (News, Download & Documentation) | ||
**After release**: | ||
- [ ] create branch 6.x for bug-fixes if this is a minor release (i.e. create branch 6.1 after 6.1.0 is released) | ||
- [ ] update `GMT_PACKAGE_VERSION_*` in `cmake/ConfigDefault.cmake` | ||
- [ ] comment the `set (GMT_PUBLIC_RELEASE TRUE)` line | ||
- [ ] commit changes to GitHub | ||
**3rd-party update** | ||
- [ ] update [conda-forge feedstock](https://github.com/conda-forge/gmt-feedstock) (@leouieda, @seisman) | ||
- [ ] update [homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/gmt.rb) (@claudiodsf, @seisman) | ||
- [ ] update [fink package](https://github.com/fink/fink-distributions/blob/master/10.9-libcxx/stable/main/finkinfo/sci/) (@remkos) | ||
- [ ] update [macports ports](https://github.com/macports/macports-ports/tree/master/science) | ||
--- | ||
- [ ] Party :tada: (don't tick before all other checkboxes are ticked!) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.