From ceffd43d23a3da4af1b252bbbd40b68f1194cb4f Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Mon, 20 Feb 2017 08:06:15 -0600 Subject: [PATCH] fix the build --- .pr-bumper.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .pr-bumper.json diff --git a/.pr-bumper.json b/.pr-bumper.json new file mode 100644 index 0000000..b0e2aaf --- /dev/null +++ b/.pr-bumper.json @@ -0,0 +1,46 @@ +{ + "ci": { + "env": { + "branch": "TRAVIS_BRANCH", + "buildNumber": "TRAVIS_BUILD_NUMBER", + "pr": "TRAVIS_PULL_REQUEST", + "repoSlug": "TRAVIS_REPO_SLUG" + }, + "gitUser": { + "email": "travis.ci.ciena@gmail.com", + "name": "Travis CI" + }, + "provider": "travis" + }, + "isPr": false, + "owner": "", + "repo": "", + "dependencies": { + "production": false, + "output": { + "requirementsFile": "js-requirements.json", + "reposFile": "repos", + "ignoreFile": "ignore" + }, + "additionalRepos": [ + { + "pattern": "\\s+\"(ember\\-frost\\-\\S+)\"", + "url": "https://github.com/ciena-frost/${REPO_NAME}.git" + }, + { + "pattern": "\\s+\"(frost\\-\\S+)\"", + "url": "https://bitbucket.ciena.com/scm/bp_frost/${REPO_NAME}.git" + } + ] + }, + "dependencySnapshotFile": "", + "vcs": { + "domain": "github.com", + "env": { + "readToken": "RO_GH_TOKEN", + "writeToken": "GITHUB_TOKEN" + }, + "provider": "github" + }, + "prependChangelog": true +}