Skip to content

Commit

Permalink
fix: core release script (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored May 7, 2020
1 parent 30c71bf commit be3351f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/startRelease.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const packageNames = [
'@ringcentral-integration/locale-loader',
'@ringcentral-integration/phone-number',
'@ringcentral-integration/glip-widgets',
'@ringcentral-integration/core',
];
const releaseBranchNames = [
'commons-release',
Expand All @@ -15,6 +16,7 @@ const releaseBranchNames = [
'locale-loader-release',
'phone-number-release',
'glip-widgets-release',
'core-release',
];

const args = process.argv.slice(2);
Expand Down

0 comments on commit be3351f

Please sign in to comment.