@esciara-semantic-release/manual-bump
v1.0.0
Published
semantic-release plugin to manually set next version type
Downloads
3
Maintainers
Readme
manual-bump
semantic-release plugin to manually bump releases.
| 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
). |