Socket
Socket
Sign inDemoInstall

semantic-release-stop-before-publish

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-release-stop-before-publish

semantic-release plugin to stop before reaching the publish step


Version published
Weekly downloads
995
increased by59.2%
Maintainers
1
Weekly downloads
 
Created
Source

semantic-release-stop-before-publish

semantic-release plugin to stop semantic-release before reaching the publish step. It's like a --dry-run which still runs prepare steps.

npm downloads ci semantic-release

StepDescription
prepareCauses semantic-release to exit

Install

npm install --save-dev semantic-release-stop-before-publish

OR

yarn add -D semantic-release-stop-before-publish

Usage

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

{
  "plugins": ["semantic-release-stop-before-publish"]
}

Note: it should be the last plugin in your list, so that when it executes its prepare step (which will cause semantic-release to exit) all the other plugins have also executed their own prepare steps.

FAQs

Package last updated on 31 Oct 2022

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