Add download button and release badge to README - #5
Conversation
📝 WalkthroughWalkthroughREADME.md now includes release-status and APK-download badges. Both badges link to the repository’s latest release. ChangesREADME Release Badges
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 5: Update the standalone Release badge image in README.md to use a link
targeting the repository’s latest release, matching the existing
`/releases/latest` destination used by the nearby badge.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
|  | ||
|  | ||
|  |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Link the release-version badge to the latest release.
Line 5 is a standalone image. Line 7 links to /releases/latest. Wrap the release image in the same release URL so both badges provide consistent navigation.
Proposed fix
-
+[](https://github.com/GlobalTechInfo/Lumen/releases/latest)📝 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.
|  | |
| [](https://github.com/GlobalTechInfo/Lumen/releases/latest) |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 5, Update the standalone Release badge image in README.md
to use a link targeting the repository’s latest release, matching the existing
`/releases/latest` destination used by the nearby badge.
Adds a Download APK button pointing at the latest release, plus a release-version badge.
Summary by CodeRabbit