18 lines
478 B
JSON
18 lines
478 B
JSON
{
|
|
"non-interactive": true,
|
|
"dry-run": false,
|
|
"verbose": false,
|
|
"force": false,
|
|
"pkgFiles": ["package.json", "bower.json"],
|
|
"increment": "patch",
|
|
"commitMessage": "Release %s",
|
|
"tagName": "%s",
|
|
"tagAnnotation": "Release %s",
|
|
"buildCommand": "npm run-script build-all",
|
|
"distRepo": "git@github.com:components/rsvp.js.git",
|
|
"distStageDir": "tmp/stage",
|
|
"distBase": "dist",
|
|
"distFiles": ["**/*", "../package.json", "../bower.json"],
|
|
"publish": false
|
|
}
|