https://github.com/robingenz/changelog-github
🦋 A changelog entry generator for GitHub that links to commits and PRs.
https://github.com/robingenz/changelog-github
changelog changesets github
Last synced: about 1 month ago
JSON representation
🦋 A changelog entry generator for GitHub that links to commits and PRs.
- Host: GitHub
- URL: https://github.com/robingenz/changelog-github
- Owner: robingenz
- License: mit
- Created: 2022-03-11T08:15:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T09:02:42.000Z (about 3 years ago)
- Last Synced: 2025-10-14T18:57:19.275Z (5 months ago)
- Topics: changelog, changesets, github
- Language: TypeScript
- Homepage:
- Size: 373 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# changelog-github
[](https://www.npmjs.com/package/@robingenz/changelog-github)
[](https://www.npmjs.com/package/@robingenz/changelog-github)
🦋 A changelog entry generator for GitHub that links to commits and PRs.
This generator is based on [@changesets/changelog-github](https://www.npmjs.com/package/@changesets/changelog-github) and intended for use with [Changesets](https://github.com/changesets/changesets).
## Installation
1. Install the pckage:
```bash
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](./CHANGELOG.md).
## License
See [LICENSE](./LICENSE).