You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update release process and checklist template (#602)
* Remove git tag step, since making a Github release will auto create one
Also drop mention of 0.1.x bugfix branch since we are not at semver v1.0.0 yet.
* Add checklist item to bump PyGMT version on try-gmt
* Split announcement sites into separate checklist items
Also move it down as an after release task.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release_checklist.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,16 @@ assignees: ''
15
15
-[ ] Update Changelog
16
16
17
17
**Release**:
18
-
-[ ] Make a tag and push it to Github
19
-
```
20
-
git tag vX.Y.Z
21
-
git push --tags
22
-
```
23
-
-[ ] Go to [GitHub Release](https://github.com/GenericMappingTools/pygmt/releases) and make a release
18
+
-[ ] Go to [GitHub Release](https://github.com/GenericMappingTools/pygmt/releases) and make a release, this will automatically create a tag too
24
19
-[ ] Manually upload the pygmt-vX.Y.Z.zip file to https://zenodo.org/deposit, make sure you file it under the correct reserved DOI
25
-
-[ ] Announce the releases on the GMT [forum](https://forum.generic-mapping-tools.org/c/news/), [website](https://github.com/GenericMappingTools/website) (News) and [ResearchGate](https://www.researchgate.net/project/PyGMT-A-Python-interface-for-the-Generic-Mapping-Tools)
26
20
27
21
**After release**:
28
-
-[ ] Create branch 0.x for bug-fixes if this is a minor release (i.e. create branch 0.1 after 0.1.0 is released)
29
-
-[ ] Commit changes to Github
30
-
31
-
**3rd party update**:
32
22
-[ ] Update conda-forge [pygmt-feedstock](https://github.com/conda-forge/pygmt-feedstock)[Usually done automatically by conda-forge's bot]
23
+
-[ ] Bump PyGMT version on https://github.com/GenericMappingTools/try-gmt
0 commit comments