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.
<PackageVersion Include="CHANGELOG" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CHANGELOG" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package CHANGELOG@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CHANGELOG&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=CHANGELOG&version=1.0.0
                    
Install as a Cake Tool

原理

  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 697 10/25/2022
5.0.0 560 10/25/2022
4.1.8 598 9/27/2022
1.0.3 587 9/27/2022
1.0.2 566 9/27/2022
1.0.0 568 9/27/2022