Improve release automation and runbook - #8148
Open
Naragod wants to merge 1 commit into
Open
Conversation
Collaborator
Coverage Report for CI Build 33682656463Warning No base build found for commit Coverage: 90.693%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats💛 - Coveralls |
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.
Proposed Changes
This PR hardens the release tooling in
release/with lessons from v2.10.2. That release picked 89 PRs. Twelve hit conflicts. Two carried stale milestone labels. Each pain point below now has a fix.recon.rbconflict_forecastto the JSON plan. It lists merged master PRs outside the milestone whose files overlap the milestone PRs. Eleven of the twelve v2.10.2 conflicts came from such PRs. The picker now sees them coming.Changelog.mdin dependency order. Half the PRs touch it. That marked 88 of 92 PRs as dependent. PRs that overlap on lockfiles alone now order by merge date.config/settings/production.yml,requirements-jupyter.txt,Dockerfile. The v2.10.2 playwright bump changed deploy steps and hid in the last one.lockres.rb(new)Gemfile.lock,package.json,package-lock.json. Both sides must be version lines for the same keys. The higher version wins per key. Every choice prints. Anything else refuses, so a human resolves it. Plain Ruby, zero gems.cherry-pick.shlockres.rb. The old path kept the incoming side ofGemfile.lock. That loses release-side bumps. It also skipped the npm lockfiles.validate_changelog_master.shRELEASING.mdTesting
release/test/test_helpers.rb: 53 of 53 pass.recon.rb v2.10.2regression run: 91 of 92 PRs skip as "listed in the changelog". The one left (Updated Changelog: Moved "migration tasks" to Internal Changes section #8075, a changelog-sole PR) falls to the empty-pick path.lockres.rb: resolve, refuse, npm-style paths each checked on synthetic conflicts.Screenshots of your changes (if applicable)
Type of Change
(Write an
Xor a brief description next to the type or types that best describe your changes.)Checklist
(Complete each of the following items for your pull request. Indicate that you have completed an item by changing the
[ ]into a[x]in the raw text, or by clicking on the checkbox in the rendered description on GitHub.)Before opening your pull request:
After opening your pull request:
Questions and Comments
(Include any questions or comments you have regarding your changes.)