UNPKG

ngx-validation

Version:

angular two and above validation directives by ReactiveCore

11 lines (8 loc) 270 B
'use strict'; var gulp = require('gulp'), plugins = require('gulp-load-plugins')(); gulp.task('changelog', () => { return gulp.src('CHANGELOG.md', { buffer: false }) .pipe(plugins.conventionalChangelog({ preset: 'angular' })) .pipe(gulp.dest('./')); });