auto-changelog-generator
v0.0.2
Published
The script includes error handling to log any issues encountered during the fetch operations. If an error occurs while fetching issues or labels, it logs the error to the console and continues processing the next item.
Downloads
8
Maintainers
Readme
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.