1.0.3 • Published 8 years ago
semantic-release-condition-bamboo v1.0.3
condition-bamboo
Installation
To install this plugin, execute:
npm install --save-dev semantic-release-condition-bamboo
Usage
To use Bamboo for the CI, make the following changes:
- Configure
release
in yourpackage.json
as follows (showingmaster
as the branch, but you can change that):
"release": {
"branch": "master",
"verifyConditions": {
"path": "./node_modules/semantic-release-condition-bamboo"
}
}