-
Notifications
You must be signed in to change notification settings - Fork 224
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
Update the release drafter workflow and configurations #885
Comments
As we are very close to making the v0.3.0 release, I think it may be better to work on this issue AFTER v0.3.0 release. @willschlitzer will work on the final changelog/release notes of v0.3.0. After he finishes it and releases v0.3.0, we will have 4 contributors (@leouieda, @weiji14, @willschlitzer and @seisman) who have some experience with making PyGMT releases. Then we can better discuss if we want to make some changes to the release process. |
I've triggered dependabot manually at https://github.com/GenericMappingTools/pygmt/network/updates. Will merge the release drafter update PR at #889 after ensuring that @willschlitzer has a backup of the changelog as mentioned in #887 (comment). |
Note to find a better way to put links, or find the correct
Originally posted by @weiji14 in #887 (comment) |
Updated command (convert
Example input:
Output:
With this updated command, points 2 and 3 seem unnecessary. |
Just discovered MyST today and I believe it should address most of the ReST changelog pain points by switching things to markdown! It also opens up the possibility of converting some of *.rst files in
See https://github.com/GenericMappingTools/pygmt/pull/941/files#r579724762. Need to set
Review the PR at #941, where
This order looks ok to me. Points 4, 5, 6 could be reordered differently perhaps but no strong opinions on this. |
This project uses the Release Drafter workflow to draft the next release notes (only visible to maintainers) from PRs.
We're using the
release-drafter/[email protected]
, but the latest version isv5.13.0
. We should bump it to the latest version (we have set up the dependbot to bump the actions automatically, but the bot runs on every Tuesday, so we won't see it happen before v0.3.0 release). [Done in Bump release-drafter/release-drafter from v5.8.0 to v5.14.0 #889]Some new features were added since v5.8.0. One feature that may be useful to us is Allow adding the URL of the PR to the release notes release-drafter/release-drafter#582, which means we can write the full URL of PRs in the release notes, instead of running the
sed
command to replace#NUMBER
to#NUMBER + URL
.The release notes on GitHub are written in markdown, but the changelog are written in ReST. When we're going to make a release, we need to copy the draft release notes to
changes.rst
, convert it to ReST, create a PR and remove some items with low importance, merge the PR and then update the github release notes again. I found it very inconvenient because the two different markdown languages. I feel it would be much easier if we also use markdown for changelogs, i.e.,changes.md
instead ofchanges.rst
.Changes are grouped into several categories: "Highlights", "New Features", "Enhancements", "Documentation", "Bug Fixes", "Maintenance", and "Deprecations". I don't like the current order of these categories. IMHO, these categories should be sorted by importance from the readers' point of view. Thus, the order should be
The text was updated successfully, but these errors were encountered: