Semantic release beta
Skill oleg-koval/agent-skills/packages/software-development/semantic-release-beta
Set up or update a Node.js release pipeline that uses semantic-release-npm-github-publish with a stable main channel and a prerelease beta channel on a beta branch, including GitHub Actions validation and npm publishing behavior.From its SKILL.md
npx -y skills add oleg-koval/agent-skills --skill semantic-release-betaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.4 KB, 390 tokens by cl100k_base, as published. Nobody here has run it
semantic-release-beta
Use this skill when a project needs a reusable beta prerelease workflow with:
semantic-releasesemantic-release-npm-github-publish- GitHub Actions
- a stable
mainbranch - a prerelease
betabranch - npm publishing with
betaprerelease versions - changelog generation, GitHub releases, npm publishing, and release commits through the maintained preset
Trigger phrases
- add a beta release workflow
- publish prereleases from a
betabranch - set up
semantic-releasewithmainandbeta - use
semantic-release-npm-github-publish - add release validation or dry-run checks in CI
Workflow
- Inspect the repository first.
- Install or update
semantic-release,semantic-release-npm-github-publish, and the peer plugins expected by the preset. - Configure the repo-local semantic-release file to extend
semantic-release-npm-github-publishand set branches explicitly:mainfor stable releases{ name: "beta", channel: "beta", prerelease: "beta" }for prereleases
- Add scripts if missing:
semantic-release:semantic-releaserelease:dry-run:semantic-release --dry-run --no-ci
- Update GitHub Actions to test both
mainandbeta, validate npm auth, and run release dry-run before real releases. - Preserve existing package manager and Node version policy unless the repo needs the preset's supported Node range.
- Use repo-local plugin composition instead of this preset only when the project needs different plugins, different release rules, or full control over plugin upgrade timing.
References
references/preset.mdreferences/node-semantic-release.mdreferences/github-actions.mdreferences/validation.md
What ships with it: 10 files
7.5 KB alongside SKILL.md
adapters/
references/
- github-actions.md517 B
- node-semantic-release.md827 B
- preset.md1.3 KB
- validation.md334 B