Skip to content

Add sync-internal-release command to update-dependencies tool#6668

Merged
lbussell merged 29 commits into
dotnet:nightlyfrom
lbussell:sync-pipeline
Sep 25, 2025
Merged

Add sync-internal-release command to update-dependencies tool#6668
lbussell merged 29 commits into
dotnet:nightlyfrom
lbussell:sync-pipeline

Conversation

@lbussell
Copy link
Copy Markdown
Member

@lbussell lbussell commented Sep 12, 2025

This is a WIP implementation for https://github.com/dotnet/dotnet-docker-internal/issues/6741 based on the design documented in https://github.com/dotnet/dotnet-docker-internal/blob/main/onepagers/staging-release-workflow.md.

This PR adds a new command, sync-internal-release. It currently only covers a portion of the scenarios. I will add the remaining scenarios in follow-up PRs.

Implemented scenarios:

  • Source and target branch are already in sync
  • Source branch is an internal branch
  • Source branch does not exist
  • Target branch does not exist
  • Local auth

Remaining scenarios (will be added in follow-up PRs):

  • Fast forward - target branch is a direct ancestor of source branch - submit pull request
  • Reset to source branch state and submit changes as pull request, applying internal versions on
  • Pipeline auth
  • Pipeline

@lbussell lbussell marked this pull request as ready for review September 24, 2025 23:04
@lbussell lbussell requested a review from a team as a code owner September 24, 2025 23:04
@lbussell lbussell requested a review from mthalman September 24, 2025 23:04
Comment thread eng/update-dependencies/Git/GitRepoHelper.cs Outdated
Comment thread eng/update-dependencies/Git/InvalidBranchException.cs
@lbussell lbussell requested a review from mthalman September 25, 2025 15:34
@lbussell lbussell merged commit cd37aa8 into dotnet:nightly Sep 25, 2025
105 checks passed
@lbussell lbussell deleted the sync-pipeline branch September 25, 2025 18:56
lbussell added a commit to lbussell/dotnet-docker that referenced this pull request Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants