.release.json 478 B

123456789101112131415161718
  1. {
  2. "non-interactive": true,
  3. "dry-run": false,
  4. "verbose": false,
  5. "force": false,
  6. "pkgFiles": ["package.json", "bower.json"],
  7. "increment": "patch",
  8. "commitMessage": "Release %s",
  9. "tagName": "%s",
  10. "tagAnnotation": "Release %s",
  11. "buildCommand": "npm run-script build-all",
  12. "distRepo": "git@github.com:components/rsvp.js.git",
  13. "distStageDir": "tmp/stage",
  14. "distBase": "dist",
  15. "distFiles": ["**/*", "../package.json", "../bower.json"],
  16. "publish": false
  17. }