Skip to content

Commit 4767354

Browse files
committed
Update skill ordering
1 parent 91db716 commit 4767354

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

.github/skills/release-prep/SKILL.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6179
Draft two release body texts for the GitHub Releases UI (do not add files to
6280
the 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

Comments
 (0)