remarkablemark / conventional-release-setup

:rocket: Sets up package for committing and releasing with conventional commits.

Home Page:https://npmjs.com/package/conventional-release-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conventional-release-setup

NPM

NPM version build codecov

Sets up an npm project for committing and releasing with Conventional Commits:

npx conventional-release-setup@latest

Usage

Run the CLI:

npx conventional-release-setup

Or install the CLI globally and run:

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

If you want to release with standard-version, then use v1:

npx conventional-release-setup@1

What It Does

The script:

Release

Release is automated with Release Please.

License

MIT

About

:rocket: Sets up package for committing and releasing with conventional commits.

https://npmjs.com/package/conventional-release-setup

License:MIT License


Languages

Language:JavaScript 53.6%Language:TypeScript 46.4%