Détail du package

@zazen/changesets-changelog

stormwarning131ISC2.0.3

Generate changelogs, free of weariness and confusion

changelog, changesets

readme

@zazen/changesets-changelog

A simplified version of @changesets/changelog-github.

Usage

npm install --save-dev @changesets/cli @zazen/changesets-changelog

Add the following to your .changeset/config.json:

  "changelog": [
    "@changesets/changelog-github",
    { "repo": "org/repo" }
  ],

changelog

@zazen/changesets-changelog

2.0.3

Patch Changes

  • Remove trailing newline for changesets without a description (#192)

2.0.2

Patch Changes

  • Remove extra newline from changelog entries (#189)

2.0.1

Patch Changes

  • Update @changesets/get-github-info to v0.6.0 (#176)

2.0.0

Major Changes

  • Initial release 🎉 (#168)

Patch Changes

  • Ignore user if they own the repo dfec823

  • Switch to CommonJS format (#169)