Skip to content

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

License

Notifications You must be signed in to change notification settings

aliezzahn/auto-changelog-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published