semantic-release-stop-before-publish

1.0.0 • Public • Published

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

Step Description
prepare Causes 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.

Readme

Keywords

none

Package Sidebar

Install

npm i semantic-release-stop-before-publish

Weekly Downloads

324

Version

1.0.0

License

MIT

Unpacked Size

4.03 kB

Total Files

4

Last publish

Collaborators

  • felipecrs