Skip to content

realglobe-Inc/pon-task-changelog

Repository files navigation

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

About

Pon task to generate CHANGELOG

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published