You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ComfyUI v0.26.0 changelog and CMS/i18n release improvements (#1177)
* Add ComfyUI v0.26.0 changelog and improve CMS/i18n release tooling.
Document the v0.26.0 release across EN/ja/zh/ko, split CMS prepare into EN simplify and locale translate steps, detect changelog block hash changes for re-translation, and record v0.26.0 as published in CMS.
* Allow CMS sync to update already-published release notes with --force.
* Clarify Krea2 aesthetic range in v0.26.0 changelog.
Highlight Krea's open-source image model with wide aesthetic and stylistic range in EN and sync zh/ja/ko translations.
* Document CMS bold section labels and fix published sync branch order.
Align skill/README with **Section** popup format (not ##) and reorder sync update-published handling for clarity.
**Never** edit docs `zh/changelog/` for CMS. **Never** auto-publish in Strapi.
32
+
**Never** edit docs `zh/changelog/` for CMS. **Never** auto-publish in Strapi. **Never** use `pnpm translate` for CMS — that pipeline is for Mintlify docs only.
| New Node Updates | Include meaningful entries from source **New Nodes** section (workflows, sockets, multimodal nodes) |
99
+
| Drop | Bug fixes, performance, pure Load3D plumbing, internal refactors, **ComfyUI-WIKI dependency bumps** (see below) |
100
+
101
+
Style: principle-only prompt in `cms-simplify-prompt.ts` (no concrete version examples — avoids LLM contamination).
102
+
103
+
## ComfyUI-WIKI commits (omit from changelog)
104
+
105
+
When curating `changelog/index.mdx` from ComfyUI git history, **do not add bullets** for commits routinely opened by **[ComfyUI-WIKI](https://github.com/Comfy-Org/ComfyUI-WIKI)** — they are dependency/content syncs, not core release features:
58
106
59
-
Example staging output:
107
+
| Skip | Typical commit / PR pattern |
108
+
|------|----------------------------|
109
+
|**Embedded docs**|`chore: update embedded docs to v…`, `comfyui-embedded-docs` in `requirements.txt`|
110
+
|**Workflow templates**|`chore: update workflow templates to v…`, `comfyui-workflow-templates` in `requirements.txt`|
111
+
|**Model blueprints**|`Add new model blueprints`, blueprint starter workflows in template library |
112
+
113
+
Also omit standalone **frontend package semver bumps** unless tied to a user-visible fix worth its own bullet. CMS simplify must never promote WIKI-only items into popup copy even if they appear in the full docs block.
114
+
115
+
Example staging shape (placeholders only):
60
116
61
117
```markdown
62
118
**New Open-Source Model Support**
63
-
*[**Depth Anything 3**](https://github.com/Comfy-Org/ComfyUI/pull/13853): Monocular depth estimation model
119
+
*[**Model Name**](source_url): Short description with 1–2 traits from the release data
120
+
121
+
**New Node Updates**
122
+
*[**Node Name**](source_url): What the node does and why it matters
64
123
65
124
**Partner Node Updates**
66
-
*[**Kling V3-Turbo**](https://github.com/Comfy-Org/ComfyUI/pull/14528): Text-to-video generation model
125
+
*[**Partner Node**](source_url): Partner scope and capability from the release data
67
126
```
68
127
69
128
Sync adds header: `# ComfyUI vX.Y.Z` via `format-cms-content.ts`.
Copy file name to clipboardExpand all lines: .cursor/skills/docs-i18n-translate/SKILL.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,20 @@ pnpm translate:check-truncation # if long page / changelog
73
73
### Changelog (`changelog/index.mdx`)
74
74
75
75
- Strategy: `update_blocks` (configured in `translation-config.json`)
76
-
- Only **new/changed**`<Update label="vX">` blocks are translated
76
+
- Only **new or changed**`<Update label="vX">` blocks are translated (by label + `translationBlockHashes`)
77
77
- Dates in `description` are localized automatically (ja/zh/ko formats)
78
78
- Block hashes stored in `translationBlockHashes` frontmatter
79
79
80
+
**Omit from English changelog** when triaging ComfyUI commits — these are **[ComfyUI-WIKI](https://github.com/Comfy-Org/ComfyUI-WIKI)** sync PRs, not core product features:
0 commit comments