factory/.codex/memory/feedback_version_bump.md

8 lines
491 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 发版只在用户明确要求时执行
不要在每轮代码修改完成后自动提升版本号、生成 release commit 或打 tag。版本对应实际部署多轮改动可以合并到一次发版。
普通任务完成后可以正常提交代码,但只有用户明确说“发版”“走 release”或“bump 版本”时,才读取并执行 `.agents/skills/release/SKILL.md`
后端与前端有各自独立的发版流程;后端 release skill 不适用于 `../ehs_web`