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

@progress/semantic-release-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/semantic-release-config

Shareable configuration for Semantic Release

1.0.0
latest
npm
Version published
Weekly downloads
1.1K
-33.37%
Maintainers
1
Weekly downloads
 
Created
Source

Semantic Release Shareable Configuration

This package contains the shared configuration for Semantic Release used by Progress packages.

Usage

  • Run npm install --save-dev @progress/semantic-release-config
  • Create a .releaserc.js file with the following content:
    module.exports = {
        extends: '@progress/semantic-release-config'
    };
    
  • Optionally, override the Semantic Release configuration.
  • Define a update-version npm script that takes the new version as parameter and updates it for all packages.
  • Define a publish-tag npm script that publishes all packages with the specified dist-tag as a parameter.
  • Use semantic-release to publish your packages.

Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.

FAQs

Package last updated on 22 Mar 2024

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