@@ -56,7 +56,25 @@ Update azuremanaged dependency floors:
5656- Keep entries concise and grouped by type (` ADDED ` , ` CHANGED ` , ` FIXED ` , ` REMOVED ` ) where
5757 applicable.
5858
59- ### 4. Draft GitHub release bodies
59+ ### 4. Validate
60+
61+ - Run diagnostics on changed markdown and TOML files.
62+ - Fix formatting or heading issues introduced by release prep changes.
63+ - Verify the final diff only contains release-prep updates.
64+
65+ ### 5. Wait for merge and tags before release drafting
66+
67+ Before creating draft releases in GitHub UI, require explicit user
68+ confirmation of both conditions:
69+
70+ - The version-bump/release-prep PR is merged
71+ - Tags ` v<version> ` and ` azuremanaged-v<version> ` already exist in the target
72+ repository
73+
74+ If either condition is not met, stop after preparing release body text and ask
75+ the user to confirm once merge and tags are complete.
76+
77+ ### 6. Draft GitHub release bodies
6078
6179Draft two release body texts for the GitHub Releases UI (do not add files to
6280the repository):
@@ -79,11 +97,6 @@ Include:
7997- Keep drafts in the assistant response (or PR comment) so they can be pasted
8098 directly into the Releases section
8199
82- ### 5. Validate
83-
84- - Run diagnostics on changed markdown and TOML files.
85- - Fix formatting or heading issues introduced by release prep changes.
86- - Verify the final diff only contains release-prep updates.
87100
88101## Output
89102
0 commit comments