{"id":29586660,"url":"https://github.com/duniul/changesets-changelog-clean","last_synced_at":"2025-07-20T03:31:17.610Z","repository":{"id":179482400,"uuid":"636297633","full_name":"duniul/changesets-changelog-clean","owner":"duniul","description":"A clean changelog entry generator with Github support for changesets. 📝","archived":false,"fork":false,"pushed_at":"2024-03-04T10:02:30.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T14:48:52.078Z","etag":null,"topics":["changelog","changesets","versioning"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duniul.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-04T14:30:10.000Z","updated_at":"2024-10-01T17:03:19.000Z","dependencies_parsed_at":"2024-03-04T10:52:30.797Z","dependency_job_id":"d05c5594-f9ca-4565-a650-5c55d792b69b","html_url":"https://github.com/duniul/changesets-changelog-clean","commit_stats":null,"previous_names":["duniul/changesets-changelog-clean"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/duniul/changesets-changelog-clean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duniul%2Fchangesets-changelog-clean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duniul%2Fchangesets-changelog-clean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duniul%2Fchangesets-changelog-clean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duniul%2Fchangesets-changelog-clean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duniul","download_url":"https://codeload.github.com/duniul/changesets-changelog-clean/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duniul%2Fchangesets-changelog-clean/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266063099,"owners_count":23870716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["changelog","changesets","versioning"],"created_at":"2025-07-20T03:30:59.177Z","updated_at":"2025-07-20T03:31:17.588Z","avatar_url":"https://github.com/duniul.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# changesets-changelog-clean\n\n[![npm](https://img.shields.io/npm/v/sort-jsonc.svg)](https://www.npmjs.com/package/changesets-changelog-clean)\n\nA clean changelog entry generator with Github support for [changesets](https://github.com/changesets/changesets). 📝\n\n_Drop-in replacement for `@changesets/changelog-github`._\n\n## Usage\n\n```js\n// .changeset/config.json\n\n{\n  \"changelog\": [\"changesets-changelog-clean\", { \"repo\": \"repo-scope/repo-name\" }]\n  // ...rest of the config\n}\n```\n\n## Installation\n\n```sh\nnpm install changesets-changelog-clean\n# or\npnpm add changesets-changelog-clean\n# or\nyarn add changesets-changelog-clean\n```\n\n## Examples\n\nSee [examples/example-changelog.md](./examples/example-changelog.md) for an example changelog.\n\n## Options\n\nThe options should be passed as the second argument in the array passed to the `changelog` key in the `changeset` config.\n\n```js\n  \"changelog\": [\"changesets-changelog-clean\", { /* options */ }]\n```\n\n- `repo`: The Github repo (including scope, like user or org) to link and look up PRs in (like `repo-scope/repo-name`).  \n  Required.\n- `capitalize`: Whether to capitalize the first letter of the summary.  \n  Default: `true`.\n- `throwOnGithubError`: Whether to throw and stop if there is an error when fetching from Github. Disabling can be useful if you want to generate a changelog for a change that hasn't been merged yet.  \n  Default: `true`.\n\n## Motivation\n\nThe default `@changests/changelog-github` generator is great, but it can be a bit hard to read.\n\n- It puts the PR and author name in front of the summary, so the summaries don't start on the same column.\n- It adds extra text, like the _Thanks X_, cluttering up the changelog.\n\nI wanted a changelog generator that included the same type of links and information, but in a cleaner format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduniul%2Fchangesets-changelog-clean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduniul%2Fchangesets-changelog-clean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduniul%2Fchangesets-changelog-clean/lists"}