🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@codedependant/release-config-npm

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codedependant/release-config-npm

Baseline shareable semantic-release configuration for publishing npm packages

1.0.4
latest
Source
npm
Version published
Weekly downloads
8
300%
Maintainers
1
Weekly downloads
 
Created
Source

release-config-npm

  • Installation
  • Usage
  • Features
  • Authors

Shareable semantic-release configuration for internal projects with which to publish npm packages to the internal github registry. It extends the baseline configuration.

The shareable configuration can be configured in the semantic-release configuration file:

Installation

$ npm install --save-dev @codedependant/release-config-npm

Usage

{
  "release": {
    "branches": ["main"],
    "extends": ["@codedependant/release-config-npm"]
  }
}

Features

  • Parse un-merged commits to determine next release version
    • The version number is dictated by the commit with the highest semver level
  • Increments the version of package.json
  • Generates + updates Changelog
    • Includes links to commit sha
    • Organizes changes by type
  • Publishes package to npm.pkg.github.com
  • Commits standardized release commit back upstream

Authors

Keywords

semantic-release

FAQs

Package last updated on 17 Oct 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