← Back to tools
View AGENTS.md for semantic-release
semantic-release
Automates Node.js package release workflow with semantic versioning
Description
semantic-release automates the whole Node.js package release workflow including determining the next version number, generating the release notes, and publishing the package. It uses commit message conventions to determine version bumps.
AI Summary
Automated semantic versioning and package release for Node.js
Capabilities
- + Determine version number from commit messages
- + Generate release notes automatically
- + Publish packages to npm
- + Create git tags and GitHub releases
Use When
- → You want fully automated package releases
- → You follow conventional commits
Avoid When
- x You prefer manual version management