feat(hololake): add gated signed release pipeline
This commit is contained in:
parent
339b562951
commit
4bb8e7459f
8 changed files with 372 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"schema": "hololake.release-pipeline-input/v1",
|
||||
"releaseId": "GH-HOLOLAKE-RELEASE-0.1.0",
|
||||
"version": "0.1.0",
|
||||
"previousVersion": "0.0.0",
|
||||
"minimumVersion": "0.0.0",
|
||||
"releaseTag": "v0.1.0",
|
||||
"sourceCommit": "0000000000000000000000000000000000000000",
|
||||
"platformCode": "darwin-aarch64",
|
||||
"packageUrl": "https://REPLACE_WITH_REGISTERED_HOLOLAKE_HOST/releases/0.1.0/HoloLake.app.tar.gz",
|
||||
"appleTeamIdentifier": "REPLACE_WITH_REGISTERED_APPLE_TEAM",
|
||||
"notes": "HoloLake 第一阶段正式发布说明",
|
||||
"features": [
|
||||
"个人频道与外部编程 AI 本机直连",
|
||||
"只读代码通道、动态节点路由与人类确认更新"
|
||||
],
|
||||
"fixes": [],
|
||||
"dataMigrationRequired": false,
|
||||
"compatibilityNotes": "首次安装不迁移旧 HoloLake 应用数据。",
|
||||
"restartMessage": "安装完成后,由你手动重新打开 HoloLake。"
|
||||
}
|
||||
Loading…
Reference in a new issue