{"id":21835757,"url":"https://github.com/vtex/danger-plugin-keepachangelog","last_synced_at":"2025-10-18T09:01:37.537Z","repository":{"id":43795677,"uuid":"249087741","full_name":"vtex/danger-plugin-keepachangelog","owner":"vtex","description":"Makes changes to CHANGELOG consistent with keepachangelog standard","archived":false,"fork":false,"pushed_at":"2023-07-18T21:32:25.000Z","size":198,"stargazers_count":8,"open_issues_count":17,"forks_count":4,"subscribers_count":106,"default_branch":"master","last_synced_at":"2025-04-14T09:14:57.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/vtex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-03-22T00:50:42.000Z","updated_at":"2022-02-08T10:32:47.000Z","dependencies_parsed_at":"2024-06-19T00:17:35.795Z","dependency_job_id":"b43a7d09-7293-4c49-8045-428fe214a20c","html_url":"https://github.com/vtex/danger-plugin-keepachangelog","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"65057a4c64c8e83ee86a906b5621665a734db9d8"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fdanger-plugin-keepachangelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fdanger-plugin-keepachangelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fdanger-plugin-keepachangelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fdanger-plugin-keepachangelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtex","download_url":"https://codeload.github.com/vtex/danger-plugin-keepachangelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852184,"owners_count":21171842,"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":[],"created_at":"2024-11-27T20:24:23.601Z","updated_at":"2025-10-18T09:01:37.417Z","avatar_url":"https://github.com/vtex.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# danger-plugin-keepachangelog\n\n[![npm version](https://badge.fury.io/js/danger-plugin-keepachangelog.svg)](https://badge.fury.io/js/danger-plugin-keepachangelog)\n\n\u003e Makes changes to CHANGELOG consistent with [keepachangelog](https://keepachangelog.com/en/1.0.0/) standard\n\n## Usage\n\nInstall:\n\n```sh\nyarn add danger-plugin-keepachangelog --dev\n```\n\nAt a glance:\n\n```js\n// dangerfile.js\nimport { keepachangelog } from 'danger-plugin-keepachangelog'\n\nkeepachangelog()\n```\n\n### Checks\n\n\u003e ℹ️ All checks will be skipped if #trivial is present in the title or body of the PR\n\nSituation | Message demo\n---|---\nNo changes to `CHANGELOG.md` were found | [Demo](https://github.com/klzns/test-repo/pull/11)\nMissing a section line (eg: `### Fixed`) | [Demo](https://github.com/klzns/test-repo/pull/12)\nMissing a new version line (eg: `## [1.0.1] - 2020-03-20`) | [Demo](https://github.com/klzns/test-repo/pull/14)\nHaving a new version line (when the option `changeVersion` is set to `false`) | [Demo](https://github.com/klzns/test-repo/pull/13)\n\n### Options\n\nYou can pass options to `keepachangelog` function:\n\n```js\nkeepachangelog({ changeVersion: true })\n```\n\nOption | Default | Description\n---|---|---\n**changeVersion** | `true` | - `true` it will fail if a version line is missing\u003cbr/\u003e- `false` it will fail if a new version line is present\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Fdanger-plugin-keepachangelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtex%2Fdanger-plugin-keepachangelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Fdanger-plugin-keepachangelog/lists"}