{"id":23754017,"url":"https://github.com/ioanrogers/dist-zilla-plugin-changelogfromgit-cpan-changes","last_synced_at":"2025-10-25T14:11:41.865Z","repository":{"id":2212890,"uuid":"3162217","full_name":"ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes","owner":"ioanrogers","description":"Generate valid CPAN::Changes Changelogs from git","archived":false,"fork":false,"pushed_at":"2023-03-09T22:55:52.000Z","size":291,"stargazers_count":3,"open_issues_count":5,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T09:59:44.081Z","etag":null,"topics":["changelog","changelog-generator","perl","perl-module","perl5"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ioanrogers.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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}},"created_at":"2012-01-12T13:12:17.000Z","updated_at":"2023-02-17T23:40:31.000Z","dependencies_parsed_at":"2023-07-05T19:01:43.485Z","dependency_job_id":null,"html_url":"https://github.com/ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes","commit_stats":{"total_commits":108,"total_committers":14,"mean_commits":7.714285714285714,"dds":0.2407407407407407,"last_synced_commit":"1ce3b86c5a446d662fe99a65e8043a3f492a8268"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioanrogers%2FDist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioanrogers%2FDist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioanrogers%2FDist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioanrogers%2FDist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ioanrogers","download_url":"https://codeload.github.com/ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ioanrogers%2FDist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273702199,"owners_count":25152848,"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-05T02:00:09.113Z","response_time":402,"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":["changelog","changelog-generator","perl","perl-module","perl5"],"created_at":"2024-12-31T18:50:27.836Z","updated_at":"2025-10-25T14:11:36.818Z","avatar_url":"https://github.com/ioanrogers.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nDist::Zilla::Plugin::ChangelogFromGit::CPAN::Changes - Generate valid CPAN::Changes Changelogs from git\n\n# VERSION\n\nversion 0.230680\n\n# SYNOPSIS\n\n```\n[ChangelogFromGit::CPAN::Changes]\n; All options from [ChangelogFromGit] plus\ngroup_by_author       = 1 ; default 0\nshow_author_email     = 1 ; default 0\nshow_author           = 0 ; default 1\nedit_changelog        = 1 ; default 0\n```\n\n# ATTRIBUTES\n\n## group\\_by\\_author\n\nWhether to group commit messages by their author. This is the only way previous\nversions did it. Defaults to no, and \\[ Anne Author \\] is appended to the commit\nmessage.\n\nDefaults to off.\n\n## show\\_author\\_email\n\nAuthor email is probably just noise for most people, but turn this on if you\nwant to show it \\[ Anne Author \u003canne@author.com\u003e \\]\n\nDefaults to off.\n\n## show\\_author\n\nWhether to show authors at all. Turning this off also\nturns off grouping by author and author emails.\n\nDefaults to on.\n\n## `tag_regexp`\n\nA regexp string which will be used to match git tags to find releases. If your\nrelease tags are not compliant with [CPAN::Changes::Spec](https://metacpan.org/pod/CPAN%3A%3AChanges%3A%3ASpec), you can use a\ncapture group. It will be used as the version in place of the full tag name.\n\nAlso takes `semantic`, which becomes `qr{^v?(\\d+\\.\\d+\\.\\d+)$}`, and\n`decimal`, which becomes `qr{^v?(\\d+\\.\\d+)$}`.\n\nDefaults to 'decimal'\n\n## `file_name`\n\nThe name of the changelog file.\n\nDefaults to 'Changes'.\n\n## `preamble`\n\nBlock of text at the beginning of the changelog.\n\nDefaults to 'Changelog for $dist\\_name'\n\n## `copy_to_root`\n\nWhen true, the generated changelog will be copied into the root folder where it\ncan be committed (possiby automatically by [Dist::Zilla::Plugin::Git::Commit](https://metacpan.org/pod/Dist%3A%3AZilla%3A%3APlugin%3A%3AGit%3A%3ACommit))\n\nDefaults to true.\n\n## `edit_changelog`\n\nWhen true, the generated changelog will be opened in an editor to allow manual\nediting.\n\nDefaults to false.\n\n# SUPPORT\n\n## Perldoc\n\nYou can find documentation for this module with the perldoc command.\n\n```\nperldoc Dist::Zilla::Plugin::ChangelogFromGit::CPAN::Changes\n```\n\n## Websites\n\nThe following websites have more information about this module, and may be of help to you. As always,\nin addition to those websites please use your favorite search engine to discover more resources.\n\n- MetaCPAN\n\n    A modern, open-source CPAN search engine, useful to view POD in HTML format.\n\n    [https://metacpan.org/release/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes](https://metacpan.org/release/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes)\n\n## Bugs / Feature Requests\n\nPlease report any bugs or feature requests through the web interface at [https://github.com/ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes.git/issues](https://github.com/ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes.git/issues).\nYou will be automatically notified of any progress on the request by the system.\n\n## Source Code\n\nThe source code is available for from the following locations:\n\n[https://github.com/ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes.git](https://github.com/ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes.git)\n\n```\ngit clone https://github.com/ioanrogers/Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes.git.git\n```\n\n# AUTHOR\n\nIoan Rogers \u003cioanr@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2023 by Ioan Rogers.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fioanrogers%2Fdist-zilla-plugin-changelogfromgit-cpan-changes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fioanrogers%2Fdist-zilla-plugin-changelogfromgit-cpan-changes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fioanrogers%2Fdist-zilla-plugin-changelogfromgit-cpan-changes/lists"}