Codebase list node-es6-promise / debian/4.2.5-2 .release.json
debian/4.2.5-2

Tree @debian/4.2.5-2 (Download .tar.gz)

.release.json @debian/4.2.5-2raw · history · blame

{
  "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:production",
  "dist": {
    "repo": "git@github.com:components/es6-promise.git",
    "stageDir": "tmp/stage",
    "base": "dist",
    "files": ["**/*", "../package.json", "../bower.json"]
  }
}