docs: 精简 Wiki 文档并移除 Release 发布工作流与 CHANGELOG#25
Merged
Merged
Conversation
移除 .github/workflows/release.yml,不再自动执行 NuGet 打包、GitHub Packages 推送、changelog 生成和 GitHub Release 创建。
- 移除 CHANGELOG.md 与 wiki/Quick-Start.md - 各算法 Guide 页将描述与什么时候用合并为单段文案 - Home 页重整导航,移除 Quick-Start 入口 - _Sidebar 移除 Quick-Start 链接 - README 移除 Quick Start 章节,更新 Wiki 入口描述
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
精简 Wiki 文档结构,移除不再需要的 Release 自动发布工作流和 CHANGELOG。
变更类型
变更
.github/workflows/release.yml,不再自动执行 NuGet 打包与 GitHub Release 发布CHANGELOG.md与wiki/Quick-Start.md测试
无功能代码变更,无需运行测试。
影响
无破坏性影响。今后打 tag 不会触发自动发布。
关联 Issue
无