{
  "non-interactive": true,
  "dry-run": false,
  "verbose": false,
  "force": false,
  "pkgFiles": ["package.json", "bower.json"],
  "increment": "patch",
  "commitMessage": "Release %s",
  "tagName": "v%s",
  "tagAnnotation": "Release %s",
  "buildCommand": "npm run-script build-all",
  "dist": {
    "repo": "git@github.com:components/rsvp.js.git",
    "stageDir": "tmp/stage",
    "base": "dist",
    "files": ["**/*", "../package.json", "../bower.json"]
  },
  "publish": false
}
