Skip to content

Commit

Permalink
chore: 修复 release note 格式错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Aug 7, 2024
1 parent 7936103 commit 808bb31
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion box/release/box.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "fix(boxjs): 修复 /api/update 进行局部数据更新",
"notes": ["修复不存在 key 和 val 的情况"]
"notes": [
{
"name": "修复",
"descs": ["不存在 key 和 val 的情况"]
}
]
},
{
"version": "0.19.9",
Expand Down
7 changes: 6 additions & 1 deletion box/release/box.release.tf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"tags": ["beta"],
"author": "@GideonSenku",
"msg": "fix(boxjs): 修复 /api/update 进行局部数据更新",
"notes": ["修复不存在 key 和 val 的情况"]
"notes": [
{
"name": "修复",
"descs": ["不存在 key 和 val 的情况"]
}
]
},
{
"version": "0.19.7",
Expand Down

0 comments on commit 808bb31

Please sign in to comment.