chore(release): v2.1.1#86
Conversation
Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
|
There was a problem hiding this comment.
Code Review
This pull request adds a .markdownlint.json configuration file to allow duplicate headings for siblings, and updates the CHANGELOG.md for version 2.1.1. The review feedback suggests splitting a combined changelog entry into separate bullet points to preserve granularity and improve readability.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
|
||
| ### Changed | ||
|
|
||
| - Dependency updates (Renovate); CI now uses org reusable workflows. |
There was a problem hiding this comment.
To maintain readability and preserve granularity in the changelog, consider splitting these two distinct changes into separate bullet points.
| - Dependency updates (Renovate); CI now uses org reusable workflows. | |
| - Dependency updates (Renovate). | |
| - CI now uses org reusable workflows. |
References
- Preserve granularity in changelog entries. Avoid folding distinct changes into a single bullet point to ensure they remain searchable and consistent with the detail level of previous releases.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #86 +/- ##
=========================================
Coverage 66.71% 66.71%
Complexity 807 807
=========================================
Files 45 45
Lines 2289 2289
=========================================
Hits 1527 1527
Misses 762 762
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Patch release housekeeping for v2.1.1, updating the project changelog and adding a markdownlint configuration to support Keep a Changelog formatting without lint noise.
Changes:
- Added v2.1.1 release notes to
CHANGELOG.mdand updated reference links ([Unreleased],[2.1.1]). - Added
.markdownlint.jsonconfiguring MD024 withsiblings_onlyto allow repeated section headings across releases.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.md | Adds the v2.1.1 entry and updates compare/reference links to align with Keep a Changelog conventions. |
| .markdownlint.json | Configures markdownlint to avoid false positives for repeated headings in a Keep a Changelog-style file. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Patch release v2.1.1.
tryComposerguard.CHANGELOG updated; added
.markdownlint.json(MD024 siblings_only) so repeated Keep-a-Changelog section headings across releases don't trip future markdown linting.