@esciara-semantic-release/manual-bump

1.0.0 • Public • Published

manual-bump

semantic-release plugin to manually bump releases.

Build Status npm latest version npm next version npm beta version

Step Description
verifyConditions Verify the presence and the validity of the manual bump configuration (set via environment variables).
analyzeCommits Determine the type of release by using the configuration (see Configuration).

Install

$ npm install @esciara/semantic-release-manual-bump -D

Usage

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

{
  "plugins": [
    "@esciara-semantic-release/manual-bump",
    "@semantic-release/release-notes-generator"
  ]
}

Configuration

Environment variables

Variable Description
SEMANTIC_RELEASE_RELEASE_TYPE Required. The type of release to apply (major, minor or patch).

Package Sidebar

Install

npm i @esciara-semantic-release/manual-bump

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

9.21 kB

Total Files

9

Last publish

Collaborators

  • esciara