Files
spaceflow/commands/publish/src/locales/zh-cn/publish.json
2026-02-15 22:02:21 +08:00

9 lines
524 B
JSON
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.
{
"description": "CI 发布命令,用于在发布流程中锁定/解锁分支",
"options.prerelease": "预发布标签,如 rc、beta、alpha、nightly 等",
"options.rehearsal": "预演模式:执行 hooks 但不修改文件/git设置 PUBLISH_REHEARSAL=true 环境变量",
"rehearsalMode": "🎭 REHEARSAL mode: hooks will execute, but no file/git changes",
"dryRunMode": "🔍 DRY-RUN mode: no actual execution",
"extensionDescription": "CI 发布命令,用于在发布流程中锁定/解锁分支"
}