Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a template for GMT release checklist #893

Merged
merged 19 commits into from
Jun 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes
  • Loading branch information
seisman committed Jun 14, 2019
commit 83f42f3fa9a9ddf3c1bbe6027fe64a2b9c2a3c1a
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ assignees: ''

**Version**: x.x.x

Before release:
**Before release**:

- [ ] check/change `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`

- [ ] update changelog
- [ ] freeze codes and commit all changes to GitHub

Release:
**Release**:

- [ ] create source packages (tar.gz and tar.xz) (@PaulWessel)
- [ ] create macOS Bundle (@PaulWessel)
Expand All @@ -41,7 +43,7 @@ Release:
- [ ] update macports ports
- [ ] announcements

After release:
**After release**:

- [ ] update `GMT_PACKAGE_VERSION_*` in `cmake/ConfigDefault.cmake`
- [ ] set `GMT_PUBLIC_RELEASE` to `FALSE`
Expand Down