{"id":21697589,"url":"https://github.com/netpyoung/NF.Tool.ReleaseNoteMaker","last_synced_at":"2025-07-18T09:30:52.955Z","repository":{"id":263725030,"uuid":"891292963","full_name":"netpyoung/NF.Tool.ReleaseNoteMaker","owner":"netpyoung","description":"🌶️ dotnet-release-note : Release Note Maker","archived":false,"fork":false,"pushed_at":"2025-06-15T23:19:26.000Z","size":9074,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T00:36:29.403Z","etag":null,"topics":["nfv2","releasenotegenerator","tool","towncrier"],"latest_commit_sha":null,"homepage":"https://netpyoung.github.io/NF.Tool.ReleaseNoteMaker/","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/netpyoung.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-11-20T04:24:02.000Z","updated_at":"2025-06-15T23:18:56.000Z","dependencies_parsed_at":"2025-04-11T04:13:25.492Z","dependency_job_id":"acad35e0-5b78-4d0f-b52b-fa6b7b408e47","html_url":"https://github.com/netpyoung/NF.Tool.ReleaseNoteMaker","commit_stats":null,"previous_names":["netpyoung/nf.tool.patchnotemaker","netpyoung/nf.tool.releasenotemaker"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/netpyoung/NF.Tool.ReleaseNoteMaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2FNF.Tool.ReleaseNoteMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2FNF.Tool.ReleaseNoteMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2FNF.Tool.ReleaseNoteMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2FNF.Tool.ReleaseNoteMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netpyoung","download_url":"https://codeload.github.com/netpyoung/NF.Tool.ReleaseNoteMaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2FNF.Tool.ReleaseNoteMaker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265733741,"owners_count":23819402,"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","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":["nfv2","releasenotegenerator","tool","towncrier"],"created_at":"2024-11-25T19:28:29.325Z","updated_at":"2025-07-18T09:30:52.946Z","avatar_url":"https://github.com/netpyoung.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NF.Tool.ReleaseNoteMaker\n\n[![GitHub](https://img.shields.io/badge/GitHub-%23121011.svg?logo=github\u0026logoColor=white)](https://github.com/netpyoung/NF.Tool.ReleaseNoteMaker)\n[![.NET Test Workflow](https://github.com/netpyoung/NF.Tool.ReleaseNoteMaker/actions/workflows/dotnet-test.yml/badge.svg)](https://github.com/netpyoung/NF.Tool.ReleaseNoteMaker/actions/workflows/dotnet-test.yml)\n[![Document](https://img.shields.io/badge/document-docfx-blue)](https://netpyoung.github.io/NF.Tool.ReleaseNoteMaker/)\n[![License](https://img.shields.io/badge/license-MIT-C06524)](https://github.com/netpyoung/NF.Tool.ReleaseNoteMaker/blob/main/LICENSE.md)\n[![NuGet](https://img.shields.io/nuget/v/dotnet-release-note.svg?style=flat\u0026label=NuGet%3A%20dotnet-release-note)](https://www.nuget.org/packages/dotnet-release-note/)\n\n- Reinvent the wheel\n\n## Overview\n\n`NF.Tool.ReleaseNoteMaker (akka. dotnet-release-note)` simplifies changelog creation in .NET projects by mimicking the functionality of Python's [twisted/towncrier](https://github.com/twisted/towncrier).\nIt enables developers to manage changelog entries incrementally and consolidate them during release.\n\n## Install\n\n``` bash\ndotnet tool install --global dotnet-release-note\n```\n\n## Document\n\n- [Documentation](https://netpyoung.github.io/NF.Tool.ReleaseNoteMaker/docs/concept.html)\n\n## Dependencies\n\n- use [Toml format](https://toml.io/en/) and [xoofx/Tomlyn library](https://github.com/xoofx/Tomlyn) for Config file.\n- use [T4 template](https://learn.microsoft.com/en-us/visualstudio/modeling/code-generation-and-t4-text-templates) and [mono/t4 library](https://github.com/mono/t4).\n- use [Spectre.Console](https://spectreconsole.net/) for console output.\n- use [Spectre.Console.Cli](https://spectreconsole.net/cli/) for parse args.\n- use [SmartFormat](https://github.com/axuno/SmartFormat) for format string.\n- use [sebastienros/fluid](https://github.com/sebastienros/fluid) for [liquid](https://shopify.github.io/liquid/)\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/netpyoung/NF.Tool.ReleaseNoteMaker/blob/main/LICENSE.md) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetpyoung%2FNF.Tool.ReleaseNoteMaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetpyoung%2FNF.Tool.ReleaseNoteMaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetpyoung%2FNF.Tool.ReleaseNoteMaker/lists"}