pon-task-changelog

Pon task to generate CHANGELOG

Usage no npm install needed!

<script type="module">
  import ponTaskChangelog from 'https://cdn.skypack.dev/pon-task-changelog';
</script>

README

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