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

create-monorepo-release

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-monorepo-release

A lightweight NodeJS monorepo CLI tagging tool for creating independent releases using conventional commits.

  • 0.1.17
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

create-monorepo-release

A lightweight NodeJS monorepo CLI tagging tool for creating independent releases using conventional commits.

Background

We decided to create our own monorepo release tool because I couldn't find any tool that met our needs. Our requirements were the following:

  1. A repo is able to contain multiple projects with their respective package.json files.
  2. A project version should to be tracked independently.
  3. A version is bumped automatically based on the commit type. (ie. feat, fix, chore)
  4. Only commits associated to the files in the project should be considered when bumping a project version.
  5. If a file changed in a shared directory all commits would be considered when bumping a project version.

Installation

# with NPM
$ npm install -g create-monorepo-release
# with YARN
$ yarn add --global create-monorepo-release

Getting Started

To get started create a config file by running:

$ create-monorepo-release init

License

MIT licensed (See LICENSE.txt)

FAQs

Package last updated on 30 Jun 2022

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