Pon task to generate CHANGELOG
$ npm install pon-task-changelog --save
'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))
Define task
Param | type | Description |
---|---|---|
options | Object | Optional settings |
This software is released under the Apache-2.0 License.