Browse Source

fix releases

Daniel Zlotin 7 years ago
parent
commit
0bd76b2857
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      scripts/release.js

+ 1
- 0
scripts/release.js View File

3
 const p = require('path');
3
 const p = require('path');
4
 const semver = require('semver');
4
 const semver = require('semver');
5
 const fs = require('fs');
5
 const fs = require('fs');
6
+const _ = require('lodash');
6
 
7
 
7
 const ONLY_ON_BRANCH = 'v2';
8
 const ONLY_ON_BRANCH = 'v2';
8
 const VERSION_TAG = 'alpha';
9
 const VERSION_TAG = 'alpha';