Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/en/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.6.12] - 2026-03-23

### 🐛 Fixed

- **corn**: update core, perf CronJobLock acquisition logic ([#360](https://github.com/tegojs/tego-standard/pull/360)) (@TomyJan)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix typo in changelog scope label (corncron).

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.


## [1.6.11] - 2026-03-23

### 🐛 Fixed
Expand Down Expand Up @@ -2942,7 +2948,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update readme ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.11...HEAD
[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.12...HEAD
[1.6.12]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.12
[1.6.11]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.11
[1.6.8-alpha.1]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.8-alpha.1
[1.6.7]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.7
Expand Down
9 changes: 8 additions & 1 deletion docs/zh/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@



## [1.6.12] - 2026-03-23

### 🐛 修复

- **corn**: 更新核心,执行 CronJobLock 获取逻辑 ([#360](https://github.com/tegojs/tego-standard/pull/360)) (@TomyJan)

## [1.6.11] - 2026-03-23

### 🐛 修复
Expand Down Expand Up @@ -2942,7 +2948,8 @@
- 更新自述文件 ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.11...HEAD
[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.12...HEAD
[1.6.12]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.12
[1.6.11]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.11
[1.6.8-alpha.1]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.8-alpha.1
[1.6.7]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.7
Expand Down
Loading