CHANGELOG 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CHANGELOG --version 1.0.0                
NuGet\Install-Package CHANGELOG -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CHANGELOG" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CHANGELOG --version 1.0.0                
#r "nuget: CHANGELOG, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CHANGELOG as a Cake Addin
#addin nuget:?package=CHANGELOG&version=1.0.0

// Install CHANGELOG as a Cake Tool
#tool nuget:?package=CHANGELOG&version=1.0.0                

原理

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

用法

  • 在代码根目录输入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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.1 448 10/25/2022
5.0.0 386 10/25/2022
4.1.8 385 9/27/2022
1.0.3 412 9/27/2022
1.0.2 392 9/27/2022
1.0.0 388 9/27/2022