chore: update release notes for v0.0.5 with new features and improvements#14
Conversation
📝 WalkthroughWalkthroughVersion 0.0.5 release documentation updated. CHANGELOG.md receives new entry with Added, Changed, Fixed, and Tests sections. RELEASE_NOTES.md bumps version, replaces Git installation instructions with multi-group mirroring feature details, and documents provider-specific default directories and GitLab subgroup nesting preservation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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: 2
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Line 33: The bare URL on the changelog line
("https://github.com/zsoftly/ztigit/compare/0.0.4...0.0.5") should be formatted
to avoid MD034; update the line labeled "Full Changelog" to use proper markdown
link syntax or wrap the URL in angle brackets—for example replace the bare URL
with either [Full
Changelog](https://github.com/zsoftly/ztigit/compare/0.0.4...0.0.5) or
<https://github.com/zsoftly/ztigit/compare/0.0.4...0.0.5> so markdownlint no
longer flags it.
In `@RELEASE_NOTES.md`:
- Line 69: Replace the bare URL in the RELEASE_NOTES.md line that reads "**Full
Changelog**: https://github.com/zsoftly/ztigit/compare/0.0.4...0.0.5" with a
markdown-safe form to satisfy MD034; update that string to either angle-bracket
form "<https://github.com/zsoftly/ztigit/compare/0.0.4...0.0.5>" or use explicit
link syntax like "[Full
Changelog](https://github.com/zsoftly/ztigit/compare/0.0.4...0.0.5)" so the URL
is no longer a bare URL.
Summary by CodeRabbit
New Features
Improvements
Documentation
Tests
✏️ Tip: You can customize this high-level summary in your review settings.