Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conventional-release-setup

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-release-setup

Sets up package for committing/releasing with conventional commits.

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

conventional-release-setup

NPM

NPM version build codecov

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

npx conventional-release-setup

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:

If the package is not private, then the script:

  • updates package.json scripts:
    • prepends pinst --enable to postpublish
    • prepends pinst --disable to prepublishOnly
  • installs devDependency:
    • pinst - lets you have postinstall hook that runs only in dev

Release

Release is automated with Release Please.

License

MIT

Keywords

FAQs

Package last updated on 02 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc