summaryrefslogtreecommitdiffstats
path: root/core/vendor/es6-promise/.release.json
blob: dee8cbc5d923c6869a968330d64c00f084a6e56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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
}