simple-release
March 29, 2026 · View on GitHub
A simple tool to automate version bumps, changelogs, and releases using Conventional Commits.
- 📄 Uses conventional-changelog to parse commits, determine the next version, and generate a changelog.
- 🗂️ Supports monorepos and can release multiple packages in a single run.
- 🧩 Flexible and extensible with custom addons for different project types.
- 🚀 Has GitHub Action to automate releases in CI/CD pipelines.
Tip
New to Сonventional Сommits? Check out The Complete Guide.
Available packages
| Name | Description | Version | Dependencies |
|---|---|---|---|
@simple-release/core | A simple tool to release projects with monorepo support. | ||
@simple-release/config | A simple-release config loader. | ||
@simple-release/npm | A npm addon for simple-release. | ||
@simple-release/pnpm | A pnpm addon for simple-release. | ||
@simple-release/github | A github release addon for simple-release. | ||
@simple-release/github-action | A simple-release api for github action. | ||
simple-github-release | A simple tool to create GitHub releases. |