Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
ci(release): Authorize v2 branch for v2.x package release.
Browse files Browse the repository at this point in the history
  • Loading branch information
momocow committed Apr 21, 2019
1 parent a6bf75b commit 2a74afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"branch": "v2",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
provider: script
skip_cleanup: true
on:
branch: master
branch: v2
script:
- npm run release

Expand Down

0 comments on commit 2a74afa

Please sign in to comment.