Conversation
|
Instead of doing it manually, might be nicer for the commit history/branches to merge the 3.0.10 branch into main? |
that's a good idea! |
|
I think you've merged |
|
the 3.0.10 branch has commits from backported PRs, I'm not sure we want that in main |
|
That should be fine - the commit history is merged in, but the code changes don't apply because they're already on |
|
Hmm, all I did in #3220 was a single merge command, and there's 12 deleted changelog files. But here there's 17 deleted files... I wonder which one is correct? |
|
Ah, it was because I needed to merge 3.0.9 in too. |
|
closing as redundant due to #3220 |
This PR removes the changelogs and adds the release notes for our backported releases (3.0.9 and 3.0.10). This ensures that our next release off
main(which hopefully is 3.1.0) has an accurate set of release notes.