{"id":38197387,"url":"https://github.com/ap0llo/changelog","last_synced_at":"2026-01-17T00:24:31.108Z","repository":{"id":37893470,"uuid":"237637113","full_name":"ap0llo/changelog","owner":"ap0llo","description":"ChangeLog is a tool to generate a change log from a project's git history using \"Conventional Commits\".","archived":false,"fork":false,"pushed_at":"2026-01-14T16:31:33.000Z","size":2714,"stargazers_count":12,"open_issues_count":16,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T19:55:58.575Z","etag":null,"topics":["changelog","conventional-changelog","conventional-commits","release-notes"],"latest_commit_sha":null,"homepage":"","language":"C#","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/ap0llo.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.sln","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-01T15:45:37.000Z","updated_at":"2025-08-25T16:50:35.000Z","dependencies_parsed_at":"2023-12-23T01:45:30.558Z","dependency_job_id":"5353a3e6-fd99-4d6b-93a8-259f37bce7d1","html_url":"https://github.com/ap0llo/changelog","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/ap0llo/changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap0llo%2Fchangelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap0llo%2Fchangelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap0llo%2Fchangelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap0llo%2Fchangelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ap0llo","download_url":"https://codeload.github.com/ap0llo/changelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap0llo%2Fchangelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28490051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T23:55:29.509Z","status":"ssl_error","status_checked_at":"2026-01-16T23:55:29.108Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","conventional-changelog","conventional-commits","release-notes"],"created_at":"2026-01-17T00:24:30.589Z","updated_at":"2026-01-17T00:24:31.101Z","avatar_url":"https://github.com/ap0llo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChangeLog\n\n[![NuGet](https://img.shields.io/nuget/v/Grynwald.ChangeLog.svg)](https://www.nuget.org/packages/Grynwald.ChangeLog)\n[![MyGet](https://img.shields.io/myget/ap0llo-changelog/vpre/Grynwald.ChangeLog.svg?label=myget)](https://www.myget.org/feed/ap0llo-changelog/package/nuget/Grynwald.ChangeLog)\n\n[![Build Status](https://dev.azure.com/ap0llo/OSS/_apis/build/status/changelog?branchName=master)](https://dev.azure.com/ap0llo/OSS/_build/latest?definitionId=17\u0026branchName=master)\n[![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/ap0llo/OSS/17)](https://dev.azure.com/ap0llo/OSS/_build/latest?definitionId=17\u0026branchName=master)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![Renovate](https://img.shields.io/badge/Renovate-enabled-brightgreen)](https://renovatebot.com/)\n\n## Overview\n\nChangeLog is a tool to generate a change log based from a project's git history\nusing [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).\n\n## Documentation\n\n- [Getting started](./docs/getting-started.md)\n- [Configuration](./docs/configuration.md)\n- [Integrations](./docs/integrations.md)\n- [Templates](./docs/templates/README.md)\n- [Commandline Reference](./docs/commandline-reference/index.md)\n- [Automatic References](./docs/auto-references.md)\n- [Commit Message Overrides](./docs/message-overrides.md)\n\n## Building from source\n\nChangeLog is a .NET application.\nBuilding it from source requires the .NET SDK (the SDK version is defined in [global.json](./global.json)) and uses [Cake](https://cakebuild.net/) for the build.\n\nTo execute the default task, run\n\n```ps1\n.\\build.ps1\n```\n\nThis will build the project, run all tests and pack the NuGet package.\n\n## Issues\n\nIf you run into any issues or if you are missing a feature, feel free\nto open an [issue](https://github.com/ap0llo/changelog/issues).\n\nI'm also using issues as a backlog of things that come into my mind or\nthings I plan to implement, so don't be surprised if many issues were\ncreated by me without anyone else being involved in the discussion.\n\n## Acknowledgments\n\nThis project was made possible through a number of libraries and tools (aside from .NET Core).\nThanks to all the people contributing to these projects:\n\n- [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning/)\n- [FluentValidation](https://fluentvalidation.net/)\n- [LibGit2Sharp](https://github.com/libgit2/libgit2sharp)\n- [CommandLineParser](https://github.com/gsscoder/commandline)\n- [Microsoft.Extensions.Configuration](https://github.com/dotnet/extensions)\n- [Microsoft.Extensions.Logging](https://github.com/dotnet/extensions)\n- [NuGet.Versioning](https://github.com/NuGet/NuGet.Client)\n- [OctoKit](https://github.com/octokit/octokit.net)\n- [GitLabApiClient](https://github.com/nmklotas/GitLabApiClient)\n- [Autofac](https://autofac.org/)\n- [ApprovalTests](https://github.com/approvals/ApprovalTests.Net)\n- [Moq](https://github.com/moq/moq4)\n- [Newtonsoft.Json](https://www.newtonsoft.com/json)\n- [Mono.Cecil](https://github.com/jbevain/cecil/)\n- [xUnit](http://xunit.github.io/)\n- [Coverlet](https://github.com/coverlet-coverage/coverlet)\n- [ReportGenerator](https://github.com/danielpalme/ReportGenerator)\n- [NetArchTest](https://github.com/BenMorris/NetArchTest)\n- [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn)\n- [Markdig](https://github.com/lunet-io/markdig)\n- [SourceLink](https://github.com/dotnet/sourcelink)\n- [Scriban](https://github.com/lunet-io/scriban)\n- [Spectre.Console](https://spectresystems.github.io/spectre.console/)\n- [Xunit.Combinatorial](https://github.com/AArnott/Xunit.Combinatorial)\n- [CliWrap](https://github.com/Tyrrrz/CliWrap)\n- [Zio](https://github.com/xoofx/zio)\n- [Cake](https://cakebuild.net/)\n- [Cake.BuildSystems.Module](https://github.com/cake-contrib/Cake.BuildSystems.Module)\n\n## Versioning and Branching\n\nThe version of the library is automatically derived from git and the information\nin `version.json` using [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning):\n\n- The master branch  always contains the latest version. Packages produced from\n  master are always marked as pre-release versions (using the `-pre` suffix).\n- Stable versions are built from release branches. Build from release branches\n  will have no `-pre` suffix\n- Builds from any other branch will have both the `-pre` prerelease tag and the git\n  commit hash included in the version string\n\nTo create a new release branch use the [`nbgv` tool](https://www.nuget.org/packages/nbgv/)\n(at least version `3.0.24`):\n\n```ps1\ndotnet tool install --global nbgv \nnbgv prepare-release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fap0llo%2Fchangelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fap0llo%2Fchangelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fap0llo%2Fchangelog/lists"}