-
Notifications
You must be signed in to change notification settings - Fork 886
[release-manager] Require package dependency closure for releases #7693
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
Merged
jeffhandley
merged 2 commits into
dotnet:main
from
jeffhandley:jeffhandley/release-dependency-closure
Aug 10, 2026
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
19 changes: 19 additions & 0 deletions
19
...ub/agents/release-manager/references/package-scope-and-dependency-validation.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # Package Scope and Dependency Validation | ||
|
|
||
| Whenever package scope is determined: | ||
|
|
||
| 1. Separate independently changed or human-selected packages (**Selected**) from packages included | ||
| only because an in-scope package depends on them (**Dependency closure**). | ||
| 2. Recursively include every direct/transitive dependency produced by `dotnet/extensions` that is | ||
| required at the release version. Record the requiring parent and exact dependency requirement. | ||
| 3. Present both groups separately and obtain explicit human approval. Recompute after every scope | ||
| adjustment; a dependency-required package cannot be held back. | ||
|
|
||
| Monthly releases start with all releasable packages. Servicing releases start with selected roots. | ||
| Preparation may use project metadata provisionally, but the official `PackageArtifacts` `.nuspec` | ||
| files determine the final closure and published manifest. | ||
|
|
||
| Before publishing, verify every in-scope exact-version dependency resolves from staged artifacts or | ||
| approved sources. After propagation, repeat the check for every published package from clean, | ||
| consumer-visible sources, including packages without `lib` DLLs. Record the source and result. | ||
| Unresolved dependencies block publishing, validation, and release-note finalization. |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.