Skip to content

ddennis/conventional-changelog-ddennis

 
 

Repository files navigation

A simple fork of conventional-changelog/conventional-changelog-angular

I added design, animation and text as new commit types: see changes here

Usage

npm i https://github.com/ddennis/conventional-changelog-ddennis --save-dev

With gulp:

gulp.task('changelog', function () {
    return gulp.src('CHANGELOG.md', {
        buffer: false
    })
        .pipe(conventionalChangelog(
              {
                    preset:'ddennis',
                    releaseCount:0
              }
         ))
    .pipe(gulp.dest('./'));
});

About

conventional-changelog ddennis preset - with Animation and Design as new types

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.2%
  • HTML 15.8%