Create release notes for v4.7.0 using towncrier#918
Merged
eine merged 4 commits intoVUnit:masterfrom Apr 20, 2023
Merged
Conversation
6 tasks
234152f to
90fda0f
Compare
1721b52 to
4bbbbf2
Compare
Member
Author
|
This PR is now based on #921. I went through the ~200 issues|PRs|commits and I created ~75 news fragments. I changed the categories/types to add I found some limitations in towncrier:
@LarsAsplund @GlenNicholls if you are good with the implementation in #921 and the news fragments introduced in this PR, we can introduce towncrier already and use it to handle the remaining PRs before releasing v4.7.0. Actually, we can merge #921 and #918 and keep changing the fragments until we decide to release v4.7.0. |
23f098c to
0e47f45
Compare
0e47f45 to
52ac23a
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is not to be merge yet!This PR is related to #885.
In preparation for releasing v4.7.0, I run two queries in GitHub's GraphQL Explorer and I saved the results in two JSON files. Then, I wrote a Python script that takes those JSON files and generates a markdown file for each issue|pr or commit. I run the script and added all the files to the PR. Note that:
master. Hence, there are 17 commits missing (the first after tag v4.6.0).Yet to be done:
Configure towncrier to use markdown: https://towncrier.readthedocs.io/en/stable/markdown.htmlAdd myst-parser to include the changelog in release_notes./cc @GlenNicholls