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

@rimac-technology/semantic-release-monorepo

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rimac-technology/semantic-release-monorepo

Enhanced semantic-release by enabling simplified and automatic package publishing in multi-package repositories

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
244
decreased by-0.41%
Maintainers
1
Weekly downloads
 
Created
Source

@rimac-technology/semantic-release-monorepo

This project is a TypeScript-based fork of the original semantic-release-monorepo. It enhances the original project by incorporating TypeScript for stronger type safety, updated dependencies, a simplified codebase, and support for ECMAScript Modules (ESM).

Commitizen friendly Conventional Changelog semantic-release: angular

Install

Both semantic-release and semantic-release-monorepo must be accessible in each monorepo package.

yarn add --dev @rimac-technology/semantic-release-monorepo

In the release config:

{
    "extends": "@rimac-technology/semantic-release-monorepo"
}

Advanced

This library modifies the context object passed to semantic-release plugins in the following way to make them compatible with a monorepo.

StepDescription
analyzeCommitsFilters context.commits to only include the given monorepo package's commits.
generateNotes
  • Filters context.commits to only include the given monorepo package's commits.
  • Modifies context.nextRelease.version to use the monorepo git tag format. The wrapped (default) generateNotes implementation uses this variable as the header for the release notes. Since all release notes end up in the same Github repository, using just the version as a header introduces ambiguity.

tagFormat

Pre-configures the tagFormat option to use the monorepo git tag format.

Keywords

FAQs

Package last updated on 10 Dec 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