{"id":15048435,"url":"https://github.com/pavolloffay/github-changelog","last_synced_at":"2026-01-16T12:38:17.513Z","repository":{"id":79517302,"uuid":"188021462","full_name":"pavolloffay/github-changelog","owner":"pavolloffay","description":"Customizable Github changelog generator","archived":false,"fork":false,"pushed_at":"2019-09-12T16:11:54.000Z","size":36,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T03:27:26.513Z","etag":null,"topics":["changelog","changelog-generator","github","github-api"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pavolloffay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2019-05-22T11:04:36.000Z","updated_at":"2020-04-03T11:07:08.000Z","dependencies_parsed_at":"2024-06-20T01:26:09.311Z","dependency_job_id":"dde264a1-5731-4102-a3d7-afa72dd31111","html_url":"https://github.com/pavolloffay/github-changelog","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pavolloffay/github-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavolloffay%2Fgithub-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavolloffay%2Fgithub-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavolloffay%2Fgithub-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavolloffay%2Fgithub-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavolloffay","download_url":"https://codeload.github.com/pavolloffay/github-changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavolloffay%2Fgithub-changelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["changelog","changelog-generator","github","github-api"],"created_at":"2024-09-24T21:12:11.535Z","updated_at":"2026-01-16T12:38:17.483Z","avatar_url":"https://github.com/pavolloffay.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status][ci-img]][ci] \n\n# Github changelog generator\nThis command line utility generates changelog for a Github repository.\nThe changelog generation is fully customizable via golang [templates](https://golang.org/pkg/text/template/).\n\n## Example\nGithub requires OAUTH token to access its API. [Generate a token here.](https://github.com/settings/tokens/new?description=GitHub%20Changelog%20Generator%20token)\n\nThe executable can be downloaded from Github releases page.\n```bash\ndocker run --rm  pavolloffay/gch:latest --oauth-token \u003cgithub-oauth-token\u003e\n# the binary is in /app folder in the docker image\ndocker run --rm  -v \"${PWD}:/app\" pavolloffay/gch:latest --oauth-token \u003cgithub-oauth-token\u003e --template /app/templates/chrono-list.md\n```\n\nExamples can be found in [examples](./examples) directory.\n\n### Templates\nThe binary contains predefined templates directly in the executable, however `--template` flag\ncan be used to supply any template.\n\n* `chrono-list.md` - Chronologically order list of all pull requests split into tags.\n* `all-labels.md` - Pull requests are split into labels, unlabeled commits are in a separate category.\n* `default-labels.md` - Pull requests are split into bugs and enhancements.\n\nThe templates splitting pull requests into categories require proper labeling.\n\n## Writing a custom template\nTemplate uses golang [template](https://golang.org/pkg/text/template/) language to render the data.\nThe default examples can be found in [templates](./templates) directory and these are also compiled\ninto the binary. The object passed to the template is `TemplateData` defined in [pkg/templates/model.go](./pkg/templates/model.go).\nThe struct uses objects from [go-github](https://github.com/google/go-github) which are exposed in the templates.\n\n```go\ngo run ./cmd/main.go --template \u003cyour-template\u003e\n```\n\n## Develop\n\n```bash\nmake build\n./buld/gch\n```\n\n## License\n\n[Apache 2.0 License](./LICENSE).\n\n\n[ci-img]: https://travis-ci.org/pavolloffay/github-changelog.svg?branch=master\n[ci]: https://travis-ci.org/pavolloffay/github-changelog\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavolloffay%2Fgithub-changelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavolloffay%2Fgithub-changelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavolloffay%2Fgithub-changelog/lists"}