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
Show file tree
Hide file tree
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
Next Next commit
Add a template for GMT release checklist
  • Loading branch information
seisman committed Jun 13, 2019
commit b3c582269280a925084df25f664bb9453db7fa61
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Bug report
about: Report a problem/bug to help us improve
title: ''
labels: ''
assignees: ''

---

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: Feature request
about: Request the addition of a new feature/functionality
title: ''
labels: ''
assignees: ''

---

Expand Down
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/gmt-release-checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: GMT Release Checklist
about: Checklist for new GMT release.
title: ''
labels: ''
assignees: ''

---

**Version**: x.x.x

Things to do before release:

- [ ] check `GMT_VERSION_YEAR` in `cmake/ConfigDefault.cmake`
- [ ] check `GMT_PACKAGE_VERSION_*` in `cmake/ConfigDefault.cmake`
- [ ] check `GMT_LIB_SOVERSION` in `cmake/ConfigDefault.cmake`
- [ ] set `GMT_SOURCE_CODE_CONTROL_VERSION_STRING` in `cmake/ConfigDefault.cmake`
- [ ] create source packages (tar.gz and tar.xz) (@PaulWessel)
- [ ] create macOS Bundle (@PaulWessel)
- [ ] create Windows binary packages (win32 and win64) (@joa-quim)
- [ ] upload source packages, Windows binary packages and macOS bundle to FTP (@PaulWessel)
- [ ] update conda packages via [conda-forge/gmt-feedstock](https://github.com/conda-forge/gmt-feedstock) (@leouieda, @seisman)
- [ ] update [homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/gmt.rb) (@seisman)
- [ ] update fink package
- [ ] announcements

Things to do after each release:

- [ ] update `GMT_PACKAGE_VERSION_*` in `cmake/ConfigDefault.cmake`
- [ ] uncomment `GMT_SOURCE_CODE_CONTROL_VERSION_STRING` in `cmake/ConfigDefault.cmake`

---

- [ ] Party :tada: (don't tick before all other checkboxes are ticked!)