{"id":24205303,"url":"https://github.com/mheob/changeset-changelog","last_synced_at":"2026-03-03T03:37:28.253Z","repository":{"id":61838902,"uuid":"549089713","full_name":"mheob/changeset-changelog","owner":"mheob","description":"My own style for the changelogs generated by the changesets package","archived":false,"fork":false,"pushed_at":"2025-01-09T14:27:35.000Z","size":705,"stargazers_count":2,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-09T15:36:25.956Z","etag":null,"topics":["hacktoberfest"],"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/mheob.png","metadata":{"funding":{"github":["mheob"],"patreon":null,"open_collective":null,"ko_fi":"mheob","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["www.paypal.me/mheob","www.buymeacoffee.com/mheob"]},"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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-10T16:53:01.000Z","updated_at":"2024-10-17T05:44:11.000Z","dependencies_parsed_at":"2023-02-10T12:35:12.949Z","dependency_job_id":"db621e95-5dba-4f11-a3d1-36b8d1bd92e5","html_url":"https://github.com/mheob/changeset-changelog","commit_stats":{"total_commits":23,"total_committers":3,"mean_commits":7.666666666666667,"dds":0.3913043478260869,"last_synced_commit":"3c46261d5a9fa19bf89572c66a3e103215770057"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheob%2Fchangeset-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheob%2Fchangeset-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheob%2Fchangeset-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mheob%2Fchangeset-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mheob","download_url":"https://codeload.github.com/mheob/changeset-changelog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233820069,"owners_count":18735394,"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":["hacktoberfest"],"created_at":"2025-01-13T23:21:02.824Z","updated_at":"2025-09-22T03:31:01.965Z","avatar_url":"https://github.com/mheob.png","language":"TypeScript","funding_links":["https://github.com/sponsors/mheob","https://ko-fi.com/mheob","www.paypal.me/mheob","www.buymeacoffee.com/mheob"],"categories":[],"sub_categories":[],"readme":"# `@mheob/changeset-changelog`\n\n[![Release](https://github.com/mheob/changeset-changelog/actions/workflows/release.yml/badge.svg)](https://github.com/mheob/changeset-changelog/actions/workflows/release.yml)\n[![Check](https://github.com/mheob/changeset-changelog/actions/workflows/check.yml/badge.svg)](https://github.com/mheob/changeset-changelog/actions/workflows/check.yml)\n[![codecov](https://codecov.io/gh/mheob/changeset-changelog/branch/main/graph/badge.svg?token=E7RZLWHMEX)](https://codecov.io/gh/mheob/changeset-changelog)\n\nAdd my own style for the changelogs generated by the awesome [changesets](https://github.com/changesets/changesets) library. The\nstyle was inspired by the original\n[@changesets/changelog-github](https://github.com/changesets/changesets/tree/main/packages/changelog-github) and the\n[@svitejs/changesets-changelog-github-compact](https://github.com/svitejs/changesets-changelog-github-compact) packages.\n\n## Installation\n\n### With NPM\n\n```sh\nnpm install -D @mheob/changeset-changelog\n```\n\n### With YARN\n\n```sh\nyarn add -D @mheob/changeset-changelog\n```\n\n### With PNPM\n\n```sh\npnpm add -D @mheob/changeset-changelog\n```\n\n## Usage\n\nSet in your `.changeset/config.json` file the following snippet:\n\n```jsonc\n{\n\t\"changelog\": [\"@mheob/changeset-changelog\", { \"repo\": \"YOUR_ORG_OR_USER/YOUR_REPO\" }],\n}\n```\n\n### Output\n\n\u003c!-- markdownlint-disable MD042 --\u003e\n\nThere are differences between this changelog output and the others:\n\n### `@changesets/changelog-github`\n\n- [#PR-ID](#) [`commit`](#) Thanks [@user](#)! - Add nice feature to the project with a PR and commit\n- [`commit`](#) Thanks [@user](#)! - Add nice feature to the project without a PR\n\n### `@svitejs/changesets-changelog-github-compact`\n\n- Add nice feature to the project with a PR and commit ([#PR](#))\n- Add nice feature to the project without a PR ([commit](#))\n\n\u003c!-- markdownlint-disable MD024 --\u003e\n\n### `@mheob/changeset-changelog`\n\n\u003c!-- markdownlint-enable MD024 --\u003e\n\n- [PR](#) ([@user](#)): Add nice feature to the project with a PR and commit\n- [commit](#) ([@user](#)): Add nice feature to the project without a PR\n\n## Additional feature: linking issues\n\n_Thanks to `@svitejs/changesets-changelog-github-compact` for this nice feature!_\n\nAll links to issues (or pull requests) in the chageset will automatically converted to a link.\\\nTo enable the changeset have to called it like this variants:\n\n- `(fix: #123)`,\n- `(fixes: #123)`,\n- `(resolves: #123)` or\n- `(see: #123)`\n\n### Example\n\nThe changeset\n\n```yml\n---\n'@mheob/changeset-changelog': patch\n---\nAdd nice feature to the project (see #123)\n```\n\nwill outputted in the changelog like\n\n\u003e [#130](#) ([@user](#)): Add nice Feature to the project, (see [#123](#))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmheob%2Fchangeset-changelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmheob%2Fchangeset-changelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmheob%2Fchangeset-changelog/lists"}