{"id":31132377,"url":"https://github.com/gocom/changelog-cli","last_synced_at":"2025-09-18T04:59:47.477Z","repository":{"id":306503655,"uuid":"1026412968","full_name":"gocom/changelog-cli","owner":"gocom","description":"Extracts releases notes from CHANGELOG.md via CLI","archived":false,"fork":false,"pushed_at":"2025-08-14T18:16:20.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-14T20:24:25.408Z","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/gocom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-25T21:03:30.000Z","updated_at":"2025-08-14T18:15:34.000Z","dependencies_parsed_at":"2025-07-26T04:52:12.659Z","dependency_job_id":null,"html_url":"https://github.com/gocom/changelog-cli","commit_stats":null,"previous_names":["gocom/changelog-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gocom/changelog-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Fchangelog-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Fchangelog-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Fchangelog-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Fchangelog-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocom","download_url":"https://codeload.github.com/gocom/changelog-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Fchangelog-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275712389,"owners_count":25514205,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-09-18T04:59:46.241Z","updated_at":"2025-09-18T04:59:47.472Z","avatar_url":"https://github.com/gocom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Changelog CLI\n=====\n\n\u003c!-- [![npm](https://img.shields.io/npm/v/%40gocom%2Fchangelog-cli)](https://www.npmjs.com/package/@gocom/changelog-cli) --\u003e\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=gocom_changelog-cli\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=gocom_changelog-cli) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=gocom_changelog-cli\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=gocom_changelog-cli) [![MIT](https://img.shields.io/badge/license-MIT-green)](https://github.com/gocom/changelog-cli/blob/main/LICENSE) ![TypeScript](https://img.shields.io/badge/types-TypeScript-blue)\n\nOpinionated CLI and Node.js backend-specific extension for [@gocom/changelog](https://github.com/gocom/changelog)\npackage. Build release notes from CHANGELOG.md in CI, or manually using CLI utility.\n\n**Work in progress, not yet installable.**\n\n⚡ Install\n-----\n\nUsing npm:\n\n```shell\n$ npm install @gocom/changelog-cli\n```\n\n📖 Documentation\n-----\n\nSee [API Docs](https://github.com/gocom/changelog-cli/blob/docs/main/Public/API.md).\n\n📝 Example Usage\n-----\n\n### Via command line\n\n```\n$ changelog --help\n```\n\n### Parsing changelog file\n\nThe following would parse the given changelog document file, and returns the results from it as an array of objects:\n\n```typescript\nimport {parseFile} from '@gocom/changelog-cli';\n\nconst changelog = parseFile('path/to/CHANGELOG.md');\n```\n\nThe above `changelog` variable would become something along the lines of:\n\n```typescript\n[\n  {\n    version: '1.1.0-alpha.1',\n    isPrerelease: true,\n    titleStart: '',\n    titleEnd: '',\n    notes: '* Change 1.\\n* Change 2.'\n  },\n  {\n    version: '1.0.0',\n    isPrerelease: false,\n    titleStart: '',\n    titleEnd: '🚀',\n    notes: '* Initial public release.'\n  }\n];\n```\n\nFor more see [documentation](https://github.com/gocom/changelog-cli/blob/docs/main/Public/API.md).\n\n🛠️ Development\n-----\n\nSee [CONTRIBUTING.md](https://github.com/gocom/changelog-cli/blob/main/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Fchangelog-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocom%2Fchangelog-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Fchangelog-cli/lists"}