v2.3.8
约 289 字小于 1 分钟
2026-05-23
日期:2026-05-23 类型:CI/CD
[v2.3.8] - 2026-05-23
Added / Changed
- CI/CD Workflow: Updated
.github/workflows/dotnet.ymlto support trigger-by-tag release automation. When pushing tags matchingv*, the build-and-test and publish jobs will run, automatically extracting the clean version number from the tag name (e.g., strippingvfromv2.3.8to get2.3.8) and building/packaging assemblies with-p:Version=2.3.8.
Key Changes
- Modified GitHub Action triggers in
.github/workflows/dotnet.ymlto includetags: [ "v*" ]. - Modified publish job logic to run on git tag pushes and dynamically feed the version parameter to
dotnet pack.
------details-----
🔍 Task Details
📌 Current Task Board: 配置 GitHub Actions 自动通过 Git Tag 发布 NuGet 包
🎯 最终目标
- 修改
.github/workflows/dotnet.yml通道触发与发布判定,使发布任务在推送v*标签时运行,并成功动态提取版本号执行 NuGet 打包。
📂 涉及文件 (Strictly Locked)
📝 Steps
------details end------
