- Reinvent the wheel
NF.Tool.ReleaseNoteMaker (akka. dotnet-release-note)
simplifies changelog creation in .NET projects by mimicking the functionality of Python's twisted/towncrier.
It enables developers to manage changelog entries incrementally and consolidate them during release.
dotnet tool install --global dotnet-release-note
- use Toml format and xoofx/Tomlyn library for Config file.
- use T4 template and mono/t4 library.
- use Spectre.Console for console output.
- use Spectre.Console.Cli for parse args.
- use SmartFormat for format string.
- use sebastienros/fluid for liquid
This project is licensed under the MIT License. See the LICENSE file for details.