🚨 Shai-Hulud Strikes Again:More than 700 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@khala/wildcard-release-notes

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khala/wildcard-release-notes

Monorepo release notes based on [@khala/commit-analyzer-wildcard](https://www.npmjs.com/package/@khala/commit-analyzer-wildcard) for [semantic-release](https://github.com/semantic-release/semantic-release) package.

latest
Source
npmnpm
Version
2.5.2
Version published
Weekly downloads
38
65.22%
Maintainers
1
Weekly downloads
 
Created
Source

Monorepo wild card release notes

Monorepo release notes based on @khala/commit-analyzer-wildcard for semantic-release package.

Installation

  • Using NPM
> npm install -D @khala/wildcard-release-notes
  • Using yarn
> yarn add -D @khala/wildcard-release-notes

Then add it to your generateNotesoptions

  • package.json
{
  "release": {
    "generateNotes": [
      {
        "path": "@khala/wildcard-release-notes"
      }
    ]
  }
}

Options

This package will assume that you want to generate release notes for packages under root folder you ran release. If you want to release packages under different folder (for instance all packages under folder plugins) you have to add folder option to generateNotes option. Or if you want to set this up globally add monorepo prop to release config.

{
  "release": {
    "generateNotes": [
      {
        "path": "@khala/wildcard-release-notes",
        "folder": "./plugins"
      }
    ]
  }
}
{
  "release": {
    "monorepo": "./plugins",
    "generateNotes": "@khala/wildcard-release-notes"
  }
}

If you are not using Travis as your CI environment, you can specify the repository name (GitHub) manually:

{
  "release": {
    "generateNotes": [
      {
        "path": "@khala/wildcard-release-notes",
        "folder": "./plugins",
        "repositoryName": "organisation/repository"
      }
    ]
  }
}

Otherwise env.TRAVIS_REPO_SLUG is used automatically.

Keywords

semantic-release

FAQs

Package last updated on 11 Mar 2021

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