feat(release prepare): 发布准备功能,根据用户想要发布的服务、版本和当前系统状态生成发布issue #25
+298
−0
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.
发布准备主要包括以下几个流程
目前各功能没有封装成MCP服务,后续会根据实际使用场景需求将功能封装成MCP交由大模型分析得出结果
返回值格式:均为JSON格式
1, 2, 3, 4的结构固定,定义在mcp-server/pkg/models/models中;
5的返回值示例参考mcp-server/release-prepare/issue.json