We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707a6aa commit b2f7278Copy full SHA for b2f7278
gulpfile.js
@@ -472,6 +472,7 @@ gulp.task('!prepare', function(){
472
var execSync = require('child_process').execSync;
473
var spawnSync = require('child_process').spawnSync;
474
var semver = require('semver');
475
+ var fs = require('fs');
476
var changelog = require('gulp-conventional-changelog');
477
var self = this;
478
0 commit comments