@spaceflow/publish 0.47.0 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +54 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.48.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/publish@0.47.0...@spaceflow/publish@0.48.0) (2026-03-03)
|
|
4
|
+
|
|
5
|
+
### 新特性
|
|
6
|
+
|
|
7
|
+
* **core:** 新增 Git SDK 本地变更管理能力 ([b96d05a](https://github.com/Lydanne/spaceflow/commit/b96d05a93729635020f317ffc2f0343fc1be8be1))
|
|
8
|
+
* **review:** 新增本地代码审查模式,支持审查未提交代码 ([b80614a](https://github.com/Lydanne/spaceflow/commit/b80614a7dff570a078e7709a70628752e35ec9e8))
|
|
9
|
+
* **review:** 本地模式无变更时自动回退到分支比较模式 ([820ff8d](https://github.com/Lydanne/spaceflow/commit/820ff8d04f5af84340d861e03ccbf66d57fc2c1c))
|
|
10
|
+
|
|
11
|
+
### 代码重构
|
|
12
|
+
|
|
13
|
+
* **review:** 为文件总结标题添加 💡 图标,增强视觉识别度 ([69cecf0](https://github.com/Lydanne/spaceflow/commit/69cecf0a6deadf1935db060800f8f110ae4b9889))
|
|
14
|
+
* **review:** 优化无效问题统计逻辑,排除已修复和已解决的问题 ([1de7b2a](https://github.com/Lydanne/spaceflow/commit/1de7b2a23fcc3ff73f679fc219342e111d96acf7))
|
|
15
|
+
* **review:** 优化问题统计展示,统一状态图标并新增汇总行 ([c764625](https://github.com/Lydanne/spaceflow/commit/c76462548a299ee51af98553c73ba4f705031cd3))
|
|
16
|
+
* **review:** 优化问题统计表格布局,将总结内容移至折叠块展示 ([629e96f](https://github.com/Lydanne/spaceflow/commit/629e96f5960167b689c724a4fb4df4fb29088002))
|
|
17
|
+
|
|
18
|
+
### 测试用例
|
|
19
|
+
|
|
20
|
+
* **review:** 新增 deleteExistingAiReviews、buildLineReviewBody、findExistingAiComments、syncReactionsToIssues 和 filterIssuesByValidCommits 方法的详细日志测试 ([0619e9c](https://github.com/Lydanne/spaceflow/commit/0619e9cc1e5a81d24703e2e574026a249d87f236))
|
|
21
|
+
* **review:** 新增 invalidateIssuesForChangedFiles、updateIssueLineNumbers、filterIssuesByValidCommits 和 ensureClaudeCli 方法的单元测试 ([876f827](https://github.com/Lydanne/spaceflow/commit/876f82746331cf2e353b0a537b8691395e2a1084))
|
|
22
|
+
|
|
23
|
+
### 其他修改
|
|
24
|
+
|
|
25
|
+
* **core:** released version 0.24.0 [no ci] ([c1d77e4](https://github.com/Lydanne/spaceflow/commit/c1d77e4c8e612e7b64a70c5d9d4384452a3ccbc1))
|
|
26
|
+
* **review-summary:** released version 0.28.0 [no ci] ([e131ed8](https://github.com/Lydanne/spaceflow/commit/e131ed83528ef8b45b3e3edaac5dab3389812323))
|
|
27
|
+
* **review-summary:** released version 0.29.0 [no ci] ([ef6209c](https://github.com/Lydanne/spaceflow/commit/ef6209cf15114fa9ece2e7e11a9131081d92d443))
|
|
28
|
+
* **review-summary:** released version 0.30.0 [no ci] ([3902c7b](https://github.com/Lydanne/spaceflow/commit/3902c7be16ceb6ab7ff2abe52e434634de12a664))
|
|
29
|
+
* **review-summary:** released version 0.31.0 [no ci] ([9b028ce](https://github.com/Lydanne/spaceflow/commit/9b028cedd03d8c60f8c1db58b189cd022ea562cf))
|
|
30
|
+
* **review-summary:** released version 0.32.0 [no ci] ([b6e083d](https://github.com/Lydanne/spaceflow/commit/b6e083d0f6187c6cfb9be86cf58544653cded2bd))
|
|
31
|
+
* **review:** released version 0.60.0 [no ci] ([a3d381c](https://github.com/Lydanne/spaceflow/commit/a3d381ced314e95135a0a13d4ee1ff1cb72b465d))
|
|
32
|
+
* **review:** released version 0.61.0 [no ci] ([f48fa24](https://github.com/Lydanne/spaceflow/commit/f48fa24b378fef0efe95972ef32c0a256a569a7f))
|
|
33
|
+
* **review:** released version 0.62.0 [no ci] ([9f535e1](https://github.com/Lydanne/spaceflow/commit/9f535e149ffd7063407e3f865418be35b2eb417b))
|
|
34
|
+
* **review:** released version 0.63.0 [no ci] ([7f6b75c](https://github.com/Lydanne/spaceflow/commit/7f6b75cc1f9d594ff596a742e44869884f07d08e))
|
|
35
|
+
* **review:** released version 0.64.0 [no ci] ([55de549](https://github.com/Lydanne/spaceflow/commit/55de54963608d0f8c5410d435fdad184fd902af0))
|
|
36
|
+
* **scripts:** released version 0.25.0 [no ci] ([88292c0](https://github.com/Lydanne/spaceflow/commit/88292c07b7787bcd4492c8b88cfb516b3e81d9be))
|
|
37
|
+
* **shell:** released version 0.25.0 [no ci] ([fc78e10](https://github.com/Lydanne/spaceflow/commit/fc78e10a0bab04d575867732b922a2a1989a594e))
|
|
38
|
+
|
|
39
|
+
## [0.47.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/publish@0.46.0...@spaceflow/publish@0.47.0) (2026-03-02)
|
|
40
|
+
|
|
41
|
+
### 代码重构
|
|
42
|
+
|
|
43
|
+
* **review:** 优化问题验证逻辑,将 resolved 状态纳入有效性判断 ([1e2302d](https://github.com/Lydanne/spaceflow/commit/1e2302d81cd0f653d606483ef6c9138143ca6d60))
|
|
44
|
+
|
|
45
|
+
### 代码格式
|
|
46
|
+
|
|
47
|
+
* 格式化代码并更新 Prettier 忽略规则 ([baed10e](https://github.com/Lydanne/spaceflow/commit/baed10e7cd91fda1285d7e2e0019d291cb563055))
|
|
48
|
+
|
|
49
|
+
### 其他修改
|
|
50
|
+
|
|
51
|
+
* **core:** released version 0.23.0 [no ci] ([07a2d7d](https://github.com/Lydanne/spaceflow/commit/07a2d7d51223aeb98161f91fa931b4cb63b03cda))
|
|
52
|
+
* **review-summary:** released version 0.27.0 [no ci] ([90ac2a4](https://github.com/Lydanne/spaceflow/commit/90ac2a44706ddb2dd231ea57d3734c7445565ee9))
|
|
53
|
+
* **review:** released version 0.59.0 [no ci] ([afb7e5c](https://github.com/Lydanne/spaceflow/commit/afb7e5c469820cb201e7f24ab47abfd33300668a))
|
|
54
|
+
* **scripts:** released version 0.24.0 [no ci] ([717de65](https://github.com/Lydanne/spaceflow/commit/717de6571faa2cb24f04b7493e7fd6d8404f2bd5))
|
|
55
|
+
* **shell:** released version 0.24.0 [no ci] ([5694d19](https://github.com/Lydanne/spaceflow/commit/5694d193f9207e41e840d9ebaa5a43e3527e6af8))
|
|
56
|
+
|
|
3
57
|
## [0.46.0](https://github.com/Lydanne/spaceflow/compare/@spaceflow/publish@0.45.0...@spaceflow/publish@0.46.0) (2026-03-02)
|
|
4
58
|
|
|
5
59
|
### 新特性
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaceflow/publish",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.0",
|
|
4
4
|
"description": "Spaceflow CI 发布插件,用于在发布流程中锁定/解锁分支",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Lydanne",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^22.15.0",
|
|
24
|
-
"@spaceflow/cli": "0.
|
|
24
|
+
"@spaceflow/cli": "0.39.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@spaceflow/core": "0.
|
|
27
|
+
"@spaceflow/core": "0.25.0"
|
|
28
28
|
},
|
|
29
29
|
"spaceflow": {
|
|
30
30
|
"type": "flow",
|