{"id":16805913,"url":"https://github.com/haltcase/changelog","last_synced_at":"2026-05-11T16:37:17.977Z","repository":{"id":57102010,"uuid":"113928923","full_name":"haltcase/changelog","owner":"haltcase","description":"Customized and updated fork of `standard-changelog`","archived":false,"fork":false,"pushed_at":"2019-12-29T21:36:28.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-06T19:34:36.378Z","etag":null,"topics":["angular","changelog","cli","conventional","generator","release","standard"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/haltcase.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}},"created_at":"2017-12-12T01:41:22.000Z","updated_at":"2023-02-17T00:04:18.000Z","dependencies_parsed_at":"2022-08-20T23:50:50.866Z","dependency_job_id":null,"html_url":"https://github.com/haltcase/changelog","commit_stats":null,"previous_names":["citycide/changelog"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/haltcase/changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haltcase%2Fchangelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haltcase%2Fchangelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haltcase%2Fchangelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haltcase%2Fchangelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haltcase","download_url":"https://codeload.github.com/haltcase/changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haltcase%2Fchangelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32903714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["angular","changelog","cli","conventional","generator","release","standard"],"created_at":"2024-10-13T09:49:35.666Z","updated_at":"2026-05-11T16:37:17.961Z","avatar_url":"https://github.com/haltcase.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @citycide/changelog \u0026middot; [![Version](https://flat.badgen.net/npm/v/@citycide/changelog)](https://www.npmjs.com/package/@citycide/changelog) [![License](https://flat.badgen.net/npm/license/@citycide/changelog)](https://www.npmjs.com/package/@citycide/changelog) [![JavaScript Standard Style](https://flat.badgen.net/badge/code%20style/standard/green)](https://standardjs.com)\n\n\u003e standard-changelog customized with a few personal tweaks.\n\nSee [convention](convention.md). The commit conventions are the same\nas the original Angular version, but their appearance in the changelog\nhas been updated.\n\n## installation\n\n```sh\nnpm i @citycide/changelog\n```\n\n## overview\n\n**TL;DR:** init with `changelog -f`, commit, update `package.json:version`, run `changelog`\n\nIf this is your first time running `changelog` or to start a fresh file,\nuse the `--first-release` or `-f` flag:\n\n```shell\n# defaults to the filename `changelog.md`\nchangelog -f\n\n# uses the given filename\nchangelog -f -i RELEASE_HISTORY.md\n```\n\nOnce you have a file started, you just need to follow these steps:\n\n1. commit your changes using [Angular commit conventions](convention.md)\n2. increment your project's version in `package.json` as necessary\n3. run `changelog` to add the latest version's changes\n4. create a GitHub release / tag for the latest update\n\n```sh\nchangelog\n\n# for other filenames\nchangelog -i RELEASE_HISTORY.md\n\n# read in one file, output to another\nchangelog -i CHANGES.MD -o RELEASE_HISTORY.md\n```\n\n## usage\n\n```\nUsage:\n\n  changelog [options]\n\nOptions:\n  -i, --in-file          Read the changelog from this file (default: changelog.md)\n  -f, --first-release    Generate the changelog for the first time\n  -o, --out-file         Write the changelog to this file (default: changelog.md)\n  -s, --same-file        Overwrite the input file (default: true)\n  -k, --pkg              Path to a specific package.json (default: nearest package.json)\n  -a, --append           Whether the generated block should be appended\n  -r, --release-count    Number of releases to be generated from the latest\n  -v, --verbose          Whether to output more logs\n  -c, --context          Path to a JSON file that is used to define template variables\n  -l, --lerna-package    Generate a changelog for a specific lerna package (:pkg-name@1.0.0)\n  --commit-path          Generate a changelog scoped to a specific directory\n```\n\n## output example\n\n```markdown\n## [`2.0.0`](https://github.com/citycide/changelog/compare/v1.4.2...v2.0.0) (2017-12-12)\n\n\n###### BUG FIXES\n\n* `b` constant name ([9c486be](https://github.com/citycide/changelog/commit/9c486be))\n\n###### FEATURES\n\n* add `a` constant ([04c471c](https://github.com/citycide/changelog/commit/04c471c))\n* add `b` constant ([63fcb1f](https://github.com/citycide/changelog/commit/63fcb1f))\n* drop `a` constant ([e19e3ce](https://github.com/citycide/changelog/commit/e19e3ce))\n\n###### PERFORMANCE\n\n* declare `b` as a string directly ([5d9fbee](https://github.com/citycide/changelog/commit/5d9fbee))\n\n###### BREAKING CHANGES\n\n* The `a` constant is removed. Use `b` instead.\n```\n\nWhich displays as:\n\n## [`2.0.0`](https://github.com/citycide/changelog/compare/v1.4.2...v2.0.0) (2017-12-12)\n\n\n###### BUG FIXES\n\n* `b` constant name ([9c486be](https://github.com/citycide/changelog/commit/9c486be))\n\n###### FEATURES\n\n* add `a` constant ([04c471c](https://github.com/citycide/changelog/commit/04c471c))\n* add `b` constant ([63fcb1f](https://github.com/citycide/changelog/commit/63fcb1f))\n* drop `a` constant ([e19e3ce](https://github.com/citycide/changelog/commit/e19e3ce))\n\n###### PERFORMANCE\n\n* declare `b` as a string directly ([5d9fbee](https://github.com/citycide/changelog/commit/5d9fbee))\n\n###### BREAKING CHANGES\n\n* The `a` constant is removed. Use `b` instead.\n\n## license\n\nMIT © [Bo Lingen / citycide](https://github.com/citycide)\n\nOriginal project MIT © [Steve Mao](https://github.com/stevemao) \u0026\n[Conventional Changelog](http://conventionalcommits.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaltcase%2Fchangelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaltcase%2Fchangelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaltcase%2Fchangelog/lists"}