mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-12 04:02:45 +08:00
chore: 初始化仓库
This commit is contained in:
8
commands/publish/src/locales/zh-cn/publish.json
Normal file
8
commands/publish/src/locales/zh-cn/publish.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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 发布命令,用于在发布流程中锁定/解锁分支"
|
||||
}
|
||||
Reference in New Issue
Block a user