1.0.0 • Published 3 years ago
@esciara-semantic-release/manual-bump v1.0.0
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 -DUsage
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). |