Skip to content

Commit

Permalink
Merge ceffd43 into c64de8b
Browse files Browse the repository at this point in the history
  • Loading branch information
juwara0 committed Feb 20, 2017
2 parents c64de8b + ceffd43 commit 72562ec
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .pr-bumper.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 72562ec

Please sign in to comment.