docs(changelog): sync full changelog from tego-standard#211
docs(changelog): sync full changelog from tego-standard#211
Conversation
📝 WalkthroughWalkthroughThis PR updates both English and Chinese changelog documentation to record the release of version 1.6.12 (dated 2026-03-23), documenting a fix for CronJobLock acquisition logic and updating version reference links. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/en/changelog/changelog.md`:
- Line 16: The changelog entry contains a typo in the scope label: replace the
bolded scope "**corn**" with the correct technical term "**cron**" in the
changelog line that reads "- **corn**: update core, perf CronJobLock acquisition
logic ..."; update the markdown so it reads "- **cron**: update core, perf
CronJobLock acquisition logic ..." to maintain professional terminology and
consistency.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: fda13329-63e1-488a-bcb7-85b56fdd5850
📒 Files selected for processing (2)
docs/en/changelog/changelog.mddocs/zh/changelog/changelog.md
|
|
||
| ### 🐛 Fixed | ||
|
|
||
| - **corn**: update core, perf CronJobLock acquisition logic ([#360](https://github.com/tegojs/tego-standard/pull/360)) (@TomyJan) |
There was a problem hiding this comment.
Fix typo in changelog scope label (corn → cron).
This reads as a typo and weakens technical clarity in a release note.
✏️ Suggested edit
-- **corn**: update core, perf CronJobLock acquisition logic ([`#360`](https://github.com/tegojs/tego-standard/pull/360)) (`@TomyJan`)
+- **cron**: update core, perf CronJobLock acquisition logic ([`#360`](https://github.com/tegojs/tego-standard/pull/360)) (`@TomyJan`)As per coding guidelines docs/**/*.md: "Use professional technical terminology in documentation translations".
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/en/changelog/changelog.md` at line 16, The changelog entry contains a
typo in the scope label: replace the bolded scope "**corn**" with the correct
technical term "**cron**" in the changelog line that reads "- **corn**: update
core, perf CronJobLock acquisition logic ..."; update the markdown so it reads
"- **cron**: update core, perf CronJobLock acquisition logic ..." to maintain
professional terminology and consistency.
Automatically sync full changelog files from tego-standard repository to ensure consistency. This PR overwrites the changelog files in docs repository with the complete changelog from tego-standard repository.
Summary by CodeRabbit