universal-dev-standards 5.13.2 → 5.13.3

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.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  source: ../../CHANGELOG.md
3
- source_version: 5.13.2
4
- translation_version: 5.13.2
3
+ source_version: 5.13.3
4
+ translation_version: 5.13.3
5
5
  last_synced: 2026-05-26
6
6
  status: current
7
7
  ---
@@ -17,6 +17,19 @@ status: current
17
17
 
18
18
  ## [Unreleased]
19
19
 
20
+ ## [5.13.3] - 2026-05-26
21
+
22
+ ### 修复
23
+ - **`scripts/pre-release-check.sh` Step 22.5 逻辑升级**:原始实作(v5.13.0)只接受 Pass A(`[Unreleased]` 非空)。CHANGELOG promotion(`[Unreleased]` → `[X.Y.Z]`)后该 section 正确清空但原 check 误判失败,需 `--skip-changelog` 绕过。新逻辑加 **Pass B(post-promotion)**:最新 dated section 是 today AND 有内容也 pass。并新增 **Fail D**:今日 dated section 存在但仅有 template。发版 v5.13.0 时 surface — gate 自己的 pre-release-check 退到 `--skip-changelog` 因为已是情境 B。
24
+
25
+ ### 备注(翻译回填)
26
+ - `locales/zh-TW/CHANGELOG.md` 与 `locales/zh-CN/CHANGELOG.md` 补回 v5.13.1 hotfix commit 时遗漏的 [5.13.1] section(Edit 工具当时遇到 tool-state 问题挡住这两份翻译)。
27
+
28
+ ## [5.13.1] - 2026-05-26 [PUBLISH 失败 — 见 5.13.2]
29
+
30
+ ### 修复
31
+ - **`.github/workflows/publish.yml` Clean-room Install Test(XSPEC-221 hotfix)**:在 alpine clean-room job 的 `npm install -g .` 之前新增 `npm ci --ignore-scripts` 步骤。
32
+
20
33
  ## [5.13.2] - 2026-05-26
21
34
 
22
35
  ### 修复
@@ -14,7 +14,7 @@ status: current
14
14
 
15
15
  > **语言**: [English](../../README.md) | [繁體中文](../zh-TW/README.md) | 简体中文
16
16
 
17
- **版本**: 5.13.2 | **发布日期**: 2026-05-26 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
17
+ **版本**: 5.13.3 | **发布日期**: 2026-05-26 | **授权**: [双重授权](../../LICENSE) (CC BY 4.0 + MIT)
18
18
 
19
19
  语言无关、框架无关的软件项目文档标准。通过 AI 原生工作流,确保不同技术栈之间的一致性、质量和可维护性。
20
20
 
@@ -13,7 +13,7 @@ status: current
13
13
  <!-- UDS_SUPPORTED_VERSIONS_START -->
14
14
  | 版本 | 支持状态 |
15
15
  |------|--------|
16
- | 5.13.0 | ✅ 最新正式版 |
16
+ | 5.13.2 | ✅ 最新正式版 |
17
17
  | < 5.0.0 | ❌ 已终止支持 |
18
18
  <!-- UDS_SUPPORTED_VERSIONS_END -->
19
19
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  source: ../../CHANGELOG.md
3
- source_version: 5.13.2
4
- translation_version: 5.13.2
3
+ source_version: 5.13.3
4
+ translation_version: 5.13.3
5
5
  last_synced: 2026-05-26
6
6
  status: current
7
7
  ---
@@ -17,6 +17,19 @@ status: current
17
17
 
18
18
  ## [Unreleased]
19
19
 
20
+ ## [5.13.3] - 2026-05-26
21
+
22
+ ### 修復
23
+ - **`scripts/pre-release-check.sh` Step 22.5 邏輯升級**:原始實作(v5.13.0)只接受 Pass A(`[Unreleased]` 非空)。CHANGELOG promotion(`[Unreleased]` → `[X.Y.Z]`)後該 section 正確清空但原 check 誤判失敗,需 `--skip-changelog` 繞過。新邏輯加 **Pass B(post-promotion)**:最新 dated section 是 today AND 有內容也 pass。並新增 **Fail D**:今日 dated section 存在但僅有 template。發版 v5.13.0 時 surface — gate 自己的 pre-release-check 退到 `--skip-changelog` 因為已是情境 B。
24
+
25
+ ### 備註(翻譯回填)
26
+ - `locales/zh-TW/CHANGELOG.md` 與 `locales/zh-CN/CHANGELOG.md` 補回 v5.13.1 hotfix commit 時遺漏的 [5.13.1] section(Edit 工具當時遇到 tool-state 問題擋住這兩份翻譯)。
27
+
28
+ ## [5.13.1] - 2026-05-26 [PUBLISH 失敗 — 見 5.13.2]
29
+
30
+ ### 修復
31
+ - **`.github/workflows/publish.yml` Clean-room Install Test(XSPEC-221 hotfix)**:在 alpine clean-room job 的 `npm install -g .` 之前新增 `npm ci --ignore-scripts` 步驟。
32
+
20
33
  ## [5.13.2] - 2026-05-26
21
34
 
22
35
  ### 修復
@@ -14,7 +14,7 @@ status: current
14
14
 
15
15
  > **語言**: [English](../../README.md) | 繁體中文 | [简体中文](../zh-CN/README.md)
16
16
 
17
- **版本**: 5.13.2 | **發布日期**: 2026-05-26 | **授權**: [雙重授權](../../LICENSE) (CC BY 4.0 + MIT)
17
+ **版本**: 5.13.3 | **發布日期**: 2026-05-26 | **授權**: [雙重授權](../../LICENSE) (CC BY 4.0 + MIT)
18
18
 
19
19
  語言無關、框架無關的軟體專案文件標準。透過 AI 原生工作流,確保不同技術堆疊之間的一致性、品質和可維護性。
20
20
 
@@ -13,7 +13,7 @@ status: current
13
13
  <!-- UDS_SUPPORTED_VERSIONS_START -->
14
14
  | 版本 | 支援狀態 |
15
15
  |------|--------|
16
- | 5.13.0 | ✅ 最新正式版 |
16
+ | 5.13.2 | ✅ 最新正式版 |
17
17
  | < 5.0.0 | ❌ 已終止支援 |
18
18
  <!-- UDS_SUPPORTED_VERSIONS_END -->
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-dev-standards",
3
- "version": "5.13.2",
3
+ "version": "5.13.3",
4
4
  "description": "CLI tool for adopting Universal Development Standards",
5
5
  "keywords": [
6
6
  "documentation",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "5.13.2",
3
+ "version": "5.13.3",
4
4
  "lastUpdated": "2026-05-13",
5
5
  "description": "Standards registry for universal-dev-standards with integrated skills and AI-optimized formats",
6
6
  "formats": {
@@ -58,14 +58,14 @@
58
58
  "standards": {
59
59
  "name": "universal-dev-standards",
60
60
  "url": "https://github.com/AsiaOstrich/universal-dev-standards",
61
- "version": "5.13.2"
61
+ "version": "5.13.3"
62
62
  },
63
63
  "skills": {
64
64
  "name": "universal-dev-standards",
65
65
  "url": "https://github.com/AsiaOstrich/universal-dev-standards",
66
66
  "localPath": "skills",
67
67
  "rawUrl": "https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/skills",
68
- "version": "5.13.2",
68
+ "version": "5.13.3",
69
69
  "note": "Skills are now included in the main repository under skills/"
70
70
  }
71
71
  },
@@ -2338,7 +2338,7 @@
2338
2338
  "id": "license-compliance",
2339
2339
  "name": "License Compliance Standards",
2340
2340
  "nameZh": "授權合規標準",
2341
- "version": "5.13.2",
2341
+ "version": "5.13.3",
2342
2342
  "source": {
2343
2343
  "human": "core/license-compliance.md",
2344
2344
  "ai": "ai/standards/license-compliance.ai.yaml"