Conventional Release Setup


Run conventional-release-setup in your command-line to enable your project to be released with Conventional Commits:

npx conventional-release-setup@latest

Motivation

Many of my projects use Conventional Commits for the release process. Because setting it up is repetitive, I automated the steps.

In the past, I would:

Now I run the CLI and it does all the work for me.

Usage

Run with npx:

npx conventional-release-setup

Or run globally:

npm install --global conventional-release-setup && conventional-release-setup

Package

You can find conventional-release-setup on:

See the GitHub repository.



Please support this site and join our Discord!