{"id":13563676,"url":"https://github.com/vuejs/conventional-changelog","last_synced_at":"2025-10-19T16:32:22.637Z","repository":{"id":65974440,"uuid":"140776092","full_name":"vuejs/conventional-changelog","owner":"vuejs","description":"Preset for conventional-changelog","archived":false,"fork":false,"pushed_at":"2018-07-13T16:34:14.000Z","size":28,"stargazers_count":23,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-29T17:06:20.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vuejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-13T00:05:50.000Z","updated_at":"2024-03-21T16:35:45.000Z","dependencies_parsed_at":"2023-02-19T17:50:14.611Z","dependency_job_id":null,"html_url":"https://github.com/vuejs/conventional-changelog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Fconventional-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Fconventional-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Fconventional-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuejs%2Fconventional-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vuejs","download_url":"https://codeload.github.com/vuejs/conventional-changelog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237172147,"owners_count":19266621,"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-08-01T13:01:22.153Z","updated_at":"2025-10-19T16:32:22.251Z","avatar_url":"https://github.com/vuejs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# @vue/conventional-changelog\n\nCustom preset for [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog/) which groups changes by package (`packages/@vue/xxx`). It works by getting the package which has the highest number of changed files in each commit.\n\n```bash\nyarn add -D @vue/conventional-changelog\n```\n\nExample usage:\n\n```js\nconst execa = require('execa')\nconst cc = require('conventional-changelog')\nconst config = require('@vue/conventional-changelog')\n\nconst gen = module.exports = version =\u003e {\n  const fileStream = require('fs').createWriteStream(`CHANGELOG.md`)\n\n  cc({\n    config,\n    releaseCount: 0,\n    pkg: {\n      transform (pkg) {\n        pkg.version = `v${version}`\n        return pkg\n      }\n    }\n  }).pipe(fileStream).on('close', async () =\u003e {\n    delete process.env.PREFIX\n    await execa('git', ['add', '-A'], { stdio: 'inherit' })\n    await execa('git', ['commit', '-m', `chore: ${version} changelog [ci skip]`], { stdio: 'inherit' })\n  })\n}\n\nif (process.argv[2] === 'run') {\n  const version = require('../lerna.json').version\n  gen(version)\n}\n```\n\n[Result example](https://gist.github.com/Akryum/3cc2e3afaf5f7e730a3b9648b7ce4133)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuejs%2Fconventional-changelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvuejs%2Fconventional-changelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuejs%2Fconventional-changelog/lists"}