Skip to content

Commit

Permalink
Merge pull request #27 from Enigmatis/ci-cd
Browse files Browse the repository at this point in the history
build: ci cd
  • Loading branch information
chenshoo authored Mar 3, 2020
2 parents 6beea27 + 113b139 commit cb37316
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"branches": [
{
"name": "beta",
"channel": "beta",
"prerelease": "beta"
},
{
"name": "master"
}
]
},
"repository": {
Expand Down

0 comments on commit cb37316

Please sign in to comment.