mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 18:16:44 +02:00
New version
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
var gulp = require('gulp');
|
||||
var bump = require('gulp-bump');
|
||||
|
||||
gulp.task('bump', function(){
|
||||
gulp.src('./bw.json')
|
||||
@@ -28,7 +29,7 @@ gulp.task('tag', function() {
|
||||
|
||||
function inc(importance) {
|
||||
// get all the files to bump version in
|
||||
return gulp.src(['./package.json', './bower.json'])
|
||||
return gulp.src(['./package.json'])
|
||||
// bump the version number in those files
|
||||
.pipe(bump({type: importance}))
|
||||
// save it back to filesystem
|
||||
|
Reference in New Issue
Block a user