@robingenz/changelog-github

0.0.1 • Public • Published

changelog-github

npm (version) npm (downloads)

🦋 A changelog entry generator for GitHub that links to commits and PRs.

This generator is based on @changesets/changelog-github and intended for use with Changesets.

Installation

  1. Install the pckage:
    npm install @robingenz/changelog-github
  2. Change your .changeset/config.json to point to the new package:
    "changelog": [
       "@robingenz/changelog-github",
       { "repo": "org/repo" }
    ],
    
    Replace org/repo with your own repo.

Changelog

See CHANGELOG.md.

License

See LICENSE.

Readme

Keywords

Package Sidebar

Install

npm i @robingenz/changelog-github

Weekly Downloads

128

Version

0.0.1

License

MIT

Unpacked Size

18.4 kB

Total Files

8

Last publish

Collaborators

  • robingenz