grunt-conventional-github-releaser

v0.0.1
Make a new GitHub release using conventional-github-releaser
grunt gruntplugin conventional-github-releaser github gh release releases conventional-changelog conventional and 3 more...

NPM version Build Status Dependency Status Coverage Status

Make a new GitHub release using conventional-github-releaser

Issues with the output should be reported on the conventional-github-releaser issue tracker.

Install

$ npm install --save-dev grunt-conventional-github-releaser

Usage

grunt.loadNpmTasks('grunt-conventional-github-releaser');

grunt.initConfig({
  conventionalGithubReleaser: {
    options: {
      auth: {
        // your auth object goes here
      }
      changelogOpts: {
        // conventional-github-releaser options go here
        preset: 'angular'
      },
      context: {
        // context goes here
      },
      gitRawCommitsOpts: {
        // git-raw-commits options go here
      },
      parserOpts: {
        // conventional-commits-parser options go here
      },
      writerOpts: {
        // conventional-github-releaser-writer options go here
      }
    },
    release: {}
  }
});

grunt.registerTask('default', ['conventionalGithubReleaser']);

API

See the conventional-github-releaser docs.

There are some changes:

changelogOpts

warn

It is grunt.verbose.writeln.

License

MIT

Metadata

  • MIT
  • >=0.10.0
  • Steve Mao
  • released 7/20/2015

Downloads

Maintainers