1.0.0 • Published 2 years ago

@esciara-semantic-release/manual-bump v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

manual-bump

semantic-release plugin to manually bump releases.

Build Status npm latest version npm next version npm beta version

StepDescription
verifyConditionsVerify the presence and the validity of the manual bump configuration (set via environment variables).
analyzeCommitsDetermine 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

VariableDescription
SEMANTIC_RELEASE_RELEASE_TYPERequired. The type of release to apply (major, minor or patch).