0.0.1 • Published 3 years ago
semantic-release-version-branch v0.0.1
semantic-release-version-branch
A package for semantic-release that creates or updates the version branches (v1.2.x for example) for you depending on the release version. The plugin works only on the success step of semantic-release.
Setup
- Install
npm i -D semantic-release-version-branch- Include the plugin inside the
pluginssection of thesemantic-releaseconfiguration.
{
"plugins": [
// ...
"semantic-release-version-branch",
// ...
]
}0.0.1
3 years ago