feat: Automatically convert the CHANGELOG in the same directory as th… #1961
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.
🤔 这个变动的性质是?/ What is the nature of this change?
自动将 README 同级目录下的 CHANGELOG 转换为 Tab
Automatically convert the CHANGELOG in the same directory as the README to Tab.
新特性提交 / New feature
bug 修复 / Fix bug
样式优化 / Style optimization
代码风格优化 / Code style optimization
性能优化 / Performance optimization
构建优化 / Build optimization
网站、文档、Demo 改进 / Website, documentation, demo improvements
重构代码或样式 / Refactor code or style
测试相关 / Test related
其他 / Other
🔗 相关 Issue / Related Issue
💡 需求背景和解决方案 / Background or solution
在 monorepo 时开发组件/库类,多个子包时,菜单聚合后 没有 changelog 的入口,
如果单独把所有changelog作为导航,则导致搜索时会出现同样的两个结果,无法判断是日志页面和文档页面 让人迷惑
所以此改动是为了更方便的查看单个包的更新日志
考虑到不是所有人都需要的功能,看是否需要通过 增加 config 来开启开关
📝 更新日志 / Changelog