pon-task-changelog
v2.0.9
Published
Pon task to generate CHANGELOG
Downloads
25
Readme
pon-task-changelog
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.