chore(skills): add release-widget skill - #2370
Conversation
This comment has been minimized.
This comment has been minimized.
| Read the unreleased changelog and current version: | ||
|
|
||
| ```bash | ||
| sed -n '/## \[Unreleased\]/,/## \[/p' $RELEASE_PATH/CHANGELOG.md | head -40 | ||
| grep '"version"' $RELEASE_PATH/package.json | head -1 | ||
| ``` |
There was a problem hiding this comment.
This should be a cli helper that return this, we already have all the code that parses those nicely.
|
|
||
| ### Phase 4 — OSS clearance SBOM (autonomous prep, manual submission) | ||
|
|
||
| Download the MPK from the draft release and generate the SBOM zip directly — don't use the interactive `oss-clearance` wizard, call the same underlying helpers: |
There was a problem hiding this comment.
All those helpers (applies to all places where agent is asked to write js code) should not be written here in the skill, those have to be helpers that agent can use as cli tools.
f8e51b9 to
fbe06a0
Compare
Automates widget/module release pipeline: version bump, GitHub draft release, OSS clearance SBOM, Marketplace publish. Sharing for team feedback before promoting out of private trial.
fbe06a0 to
7773a8b
Compare
AI Code Review
What was reviewed
Skipped (out of scope): CI checks could not be retrieved in this environment — verify passing before merge. Findings
|
Summary
Test plan