🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@pager/semantic-release-config

Package Overview
Dependencies
Maintainers
84
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pager/semantic-release-config

Shareable semantic-release configuration

latest
Source
npmnpm
Version
2.5.1
Version published
Weekly downloads
943
2.61%
Maintainers
84
Weekly downloads
 
Created
Source

semantic-release-config

Shareable semantic-release configuration that can be used on your projects.

How to use this

Install with npm i -D @pager/semantic-release-config

Add to extends property of release config in package.json

{
  ...
  "release": {
    "extends": "@pager/semantic-release-config"
  }
  ...
}

Custom Options

To pass custom options like skipMessage, create a release.config.js file:

'use strict';

const sharedConfig = require('@pager/semantic-release-config');

module.exports = sharedConfig({ skipMessage: '[skip ci]' });

Available Options

OptionTypeDescription
skipMessagestringText appended to the release commit message (e.g., [skip ci] to skip CI on release commits)

FAQs

Package last updated on 23 Dec 2025

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