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

semantic-release-monorepo

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-release-monorepo

Plugins for `semantic-release` allowing it to be used with a monorepo.

  • 2.0.6
  • npm
  • Socket score

Version published
Weekly downloads
37K
decreased by-10.55%
Maintainers
1
Weekly downloads
 
Created
Source

semantic-release-monorepo

Build Status npm semantic-release

Apply semantic-release's automatic publishing to a monorepo.

Why

The default configuration of semantic-release assumes a one-to-one relationship between a Github repository and an npm package.

This plugin allows using semantic-release with a single Github repository containing many npm packages.

How

Rather than attributing all commits to a single package, this plugin will automatically assign commits to packages based on the files that a commit touched.

If a commit touched a file within a package's root, it will be considered for that package's next release. Yes, this means a single commit could belong to multiple packages

A push may release multiple package versions. In order to avoid version collisions, git tags are namespaced using the given package's name.

Configuration

This package is a complement to semantic-release. It is assumed the user is already fully familiar with that package and its workflow.

Install

npm install -D semantic-release-monorepo

Usage

In package.json:

{
  "release": {
    "analyzeCommits": "semantic-release-monorepo",
    "generateNotes": "semantic-release-monorepo",
    "getLastRelease": "semantic-release-monorepo",
    "publish": ["semantic-release-monorepo/npm", "semantic-release-monorepo/github"]
  }
}

FAQs

Package last updated on 07 Dec 2017

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