Skip to content

esciara/semantic-release-manual-bump

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published