Skip to content

Add download button and release badge to README - #5

Merged
GlobalTechInfo merged 1 commit into
mainfrom
readme-download-button
Aug 5, 2026
Merged

Add download button and release badge to README#5
GlobalTechInfo merged 1 commit into
mainfrom
readme-download-button

Conversation

@GlobalTechInfo

@GlobalTechInfo GlobalTechInfo commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Adds a Download APK button pointing at the latest release, plus a release-version badge.

Summary by CodeRabbit

  • Documentation
    • Added README badges highlighting the latest release and downloadable APK.

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

README.md now includes release-status and APK-download badges. Both badges link to the repository’s latest release.

Changes

README Release Badges

Layer / File(s) Summary
Add release badges
README.md
Adds badges for the latest release and downloadable APK.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the README changes by naming the download button and release badge.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch readme-download-button

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 17d51e70-7800-4072-8152-b129776abf2d

📥 Commits

Reviewing files that changed from the base of the PR and between a886e9c and 168d649.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md

![CI](https://github.com/GlobalTechInfo/Lumen/actions/workflows/ci.yml/badge.svg)
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 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
-![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)
+[![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)](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.

Suggested change
![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)
[![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)](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.

@GlobalTechInfo
GlobalTechInfo merged commit e818bfd into main Aug 5, 2026
2 checks passed
@GlobalTechInfo
GlobalTechInfo deleted the readme-download-button branch August 5, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant