mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-03 07:36:41 +02:00
New release
This commit is contained in:
@@ -137,14 +137,14 @@ function inc(importance) {
|
||||
// bump the version number in those files
|
||||
.pipe(bump({type: importance}))
|
||||
// save it back to filesystem
|
||||
.pipe(gulp.dest('./'))
|
||||
.pipe(gulp.dest('./'));
|
||||
// commit the changed version number
|
||||
.pipe(git.commit('bumps package version'))
|
||||
//.pipe(git.commit('bumps package version'))
|
||||
|
||||
// read only one file to get the version number
|
||||
.pipe(filter('package.json'))
|
||||
//.pipe(filter('package.json'))
|
||||
// **tag it in the repository**
|
||||
.pipe(tag_version());
|
||||
//.pipe(tag_version());
|
||||
}
|
||||
|
||||
gulp.task('patch', function() { return inc('patch'); })
|
||||
|
Reference in New Issue
Block a user