-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Release v3.8.4 #7207
Release v3.8.4 #7207
Conversation
Is tools/cleanup_changes.py needed for anything? |
Codecov Report
@@ Coverage Diff @@
## 3.8 #7207 +/- ##
=======================================
Coverage 97.41% 97.41%
=======================================
Files 107 107
Lines 30996 30996
Branches 3924 3924
=======================================
Hits 30194 30194
- Misses 599 600 +1
+ Partials 203 202 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
s/0.8.4/3.8.4/ tho |
Yes, and follow up with another post-dev bump. |
I don't think I ever used it. I think only Andrew did. |
I just checked that script and it seems it attempts emulate fragment removal but this should usually happen with |
Ha, fortunately only the commit message, wiped out with the squash commit. |
@Dreamsorcerer remember to do a post-release bump, plus merge 3.8 into 3.9 locally, and 3.9 into master, after that. You'll probably have to deal with conflict resolutions and there's a chance of accidentally reintroducing removed things, because the merge could be complex. So I'd recommend inspecting said merge commit and amending it as necessary before pushing. You could also push to a temporary branch to see the CI status and then, fast-forward the real one to the tested commit. |
I've run git merge locally, but that doesn't delete the fragments. I'm not sure why it would actually, because the files were added in separate branches, so they don't have a common history.. |
That script seems to work though, and seems to have found a few that were missed from some previous releases:
Also README.rst, so that needs to be fixed atleast. |
Typically, it'd track those when the cherry-pick comment is preserved. FWIW you can delete them with that script and amend. |
OK, all done. |
@webknjaz So, squash commit this into 3.8, add a tag, then merge commit to 3.9?