2.0.9 • Published 3 years ago

pon-task-changelog v2.0.9

Weekly downloads
298
License
Apache-2.0
Repository
github
Last release
3 years ago

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

ParamtypeDescription
optionsObjectOptional settings

License

This software is released under the Apache-2.0 License.

Links

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.1

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago