CHANGELOG 5.0.1

dotnet tool install --global CHANGELOG --version 5.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local CHANGELOG --version 5.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CHANGELOG&version=5.0.1
nuke :add-package CHANGELOG --version 5.0.1

原理

  1. 提交遵守约定式提交
  2. 版本信息使用标签(tag) 定义 alternate text is missing from this package README image
  3. 根据git log进行字提交信息聚合,生成CHANGELOG

安装

dotnet tool install --global CHANGELOG --version 4.1.9

用法

  • 在代码根目录输入CMD命令窗口下输入CHANGELOG命令[推荐]

alternate text is missing from this package README image

CHANGELOG样式

alternate text is missing from this package README image

单文件独立发布

dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true

单文件 独立部署 剪裁

支持的type映射

{ "Features","新增"},
{ "feat","新增"},
{ "fix","修复 "},
{ "Fixed","修复 "},
{ "Changed","变更 "},
{ "changed","变更 "},
{ "docs","文档 "},
{ "Refactored","优化"},
{ "refactor","优化"},
{ "Deprecated","即将删除"},
{ "deprecated","即将删除"},
{ "Removed","删除"},
{ "removed","删除"},
{ "BREAKING CHANGE","破坏性变更"},
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
5.0.1 403 10/25/2022
5.0.0 358 10/25/2022
4.1.8 364 9/27/2022
1.0.3 390 9/27/2022
1.0.2 369 9/27/2022
1.0.0 367 9/27/2022