Skip to content

Latest commit

 

History

History
139 lines (85 loc) · 3.28 KB

README.md

File metadata and controls

139 lines (85 loc) · 3.28 KB

pon-task-changelog

Build Status npm Version JS Standard

Pon task to generate CHANGELOG

Installation

$ npm install pon-task-changelog --save

Usage

'use strict'

const pon = require('pon')
const ponTaskChangelog = require('pon-task-changelog')

;(async () => {
  let run = pon({
    changelog: ponTaskChangelog()
  })

  run('changelog')
}).catch((err) => console.error(err))

Signatures

define(options) -> function

Define task

Param type Description
options Object Optional settings

License

This software is released under the Apache-2.0 License.

Links