Skip to content
Closed
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
- feat: provide collection functionality by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/128
- feat: add lunyu contents by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/130

## [v0.7.0](https://github.com/Rindrics/izuminokami-kanesada/compare/v0.6.0...v0.7.0) - 2026-02-12
- feat: provide copy button by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/126
- fix: improve appearance of prev/next button by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/131
- feat: provide collection functionality by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/128
- feat: add lunyu contents by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/130
Comment on lines +9 to +13

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

Remove the duplicate v0.7.0 section.

This duplicates the entry already listed above, triggers MD024, and can confuse release notes. Please keep a single v0.7.0 section.

🧹 Suggested fix
-## [v0.7.0](https://github.com/Rindrics/izuminokami-kanesada/compare/v0.6.0...v0.7.0) - 2026-02-12
-- feat: provide copy button by `@Rindrics` in https://github.com/Rindrics/izuminokami-kanesada/pull/126
-- fix: improve appearance of prev/next button by `@Rindrics` in https://github.com/Rindrics/izuminokami-kanesada/pull/131
-- feat: provide collection functionality by `@Rindrics` in https://github.com/Rindrics/izuminokami-kanesada/pull/128
-- feat: add lunyu contents by `@Rindrics` in https://github.com/Rindrics/izuminokami-kanesada/pull/130
-
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## [v0.7.0](https://github.com/Rindrics/izuminokami-kanesada/compare/v0.6.0...v0.7.0) - 2026-02-12
- feat: provide copy button by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/126
- fix: improve appearance of prev/next button by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/131
- feat: provide collection functionality by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/128
- feat: add lunyu contents by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/130
🧰 Tools
🪛 markdownlint-cli2 (0.20.0)

[warning] 9-9: Multiple headings with the same content

(MD024, no-duplicate-heading)

🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 9 - 13, Remove the duplicate "##
[v0.7.0](https://github.com/Rindrics/izuminokami-kanesada/compare/v0.6.0...v0.7.0)
- 2026-02-12" section so only a single v0.7.0 release block remains; keep all
unique bullet lines (feat/fix entries) consolidated under the one remaining "##
[v0.7.0]..." header and delete the repeated header plus its duplicate bullets to
resolve the MD024 duplicate heading warning.


Comment on lines +9 to +14

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Action required

1. Duplicate v0.7.0 entry 🐞 Bug ✓ Correctness

CHANGELOG.md contains two identical v0.7.0 sections, which makes the release notes ambiguous and can
break assumptions of “one section per version”. This duplication is introduced by the newly added
block in this PR.
Agent Prompt
## Issue description
`CHANGELOG.md` has two identical `v0.7.0` sections back-to-back. Keep a single `v0.7.0` section and delete the duplicate.

## Issue Context
This PR is a release PR for `v0.7.0`; the changelog should have a single section per version.

## Fix Focus Areas
- CHANGELOG.md[9-14] հնարավոր remove the duplicate `v0.7.0` block (or otherwise ensure only one `v0.7.0` section remains).

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

## [v0.6.0](https://github.com/Rindrics/izuminokami-kanesada/compare/v0.5.0...v0.6.0) - 2026-02-06
- feat: improve nav UI by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/120
- feat(mcp): improve content generation workflow with MCP by @Rindrics in https://github.com/Rindrics/izuminokami-kanesada/pull/122
Expand Down