Skill Detail
Generate conventional-commit release notes for automated ship workflows with semantic-release release-notes-generator
Generate structured release notes from Conventional Commits inside automated release pipelines when changelog generation is the specific job to do.
CI/CD IntegrationsMulti-Framework
CI/CD Integrations
Multi-Framework
Security Reviewed
β 361 GitHub stars
β¬ 11M/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill generate-conventional-commit-release-notes-for-automated-ship-workflows-with-semantic-release-release-notes-generator
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js, semantic-release, Conventional Commits, and the @semantic-release/release-notes-generator package
Install & setup
Add @semantic-release/release-notes-generator to a semantic-release configuration, then configure the desired conventional-changelog preset and parser or writer options in the release pipeline.
Author
semantic-release maintainers
Publisher
GitHub Repository + Npm Package
Last updated
Apr 16, 2026
Quick brief
Use this skill when a release pipeline already has semantic-release in place and the missing job is dependable release-note generation from commit history. The boundary is narrow and operator-facing: configure the release-notes-generator plugin, choose the preset and parsing rules, and emit changelog-ready notes during CI. That keeps it from being a plain product listing. The skill is not about adopting semantic-release as a whole. It is about the specific release-artifact step that turns commit metadata into publishable notes during ship automation.