0.0.2 • Published 1 year ago

auto-changelog-generator v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

auto-changelog-generator

auto-changelog-generator is a tool for generating changelogs automatically from GitHub issues and pull requests.

Features

  • Fetches issues and pull requests from GitHub.
  • Generates markdown formatted changelogs.
  • Supports filtering by labels and milestones.

Installation

npm install auto-changelog-generator

Usage

import createMarkdownText from "auto-changelog-generator";

const options = {
  githubToken: GITHUB_TOKEN,
  repoOwner: REPO_OWNER,
  repoName: REPO_NAME,
}

createMarkdownText(options).then((text) => console.log(text));

Contributing

Feel free to open issues or submit pull requests for enhancements and bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.


For more details, visit the npm package page.

0.0.2

1 year ago

0.0.1

1 year ago