Skip to content

fix: correct homepage git tag page url#1884

Merged
danielroe merged 1 commit intonpmx-dev:mainfrom
liangmiQwQ:fix/correct-git-tag-url
Mar 3, 2026
Merged

fix: correct homepage git tag page url#1884
danielroe merged 1 commit intonpmx-dev:mainfrom
liangmiQwQ:fix/correct-git-tag-url

Conversation

@liangmiQwQ
Copy link
Copy Markdown
Contributor

🔗 Linked issue

N / A

🧭 Context

N / A

📚 Description

image

The current version tag seems linked to an invalid url, while github use https://github.com/${owner}/${repo}/releases/tag/${version} actually

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview, Comment Mar 3, 2026 1:39pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Mar 3, 2026 1:39pm
npmx-lunaria Ignored Ignored Mar 3, 2026 1:39pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 64a3cf2 and 9a10cb2.

📒 Files selected for processing (1)
  • app/components/BuildEnvironment.vue

📝 Walkthrough

Walkthrough

The pull request modifies BuildEnvironment.vue to update the release link URL for release builds. The href attribute is changed from pointing to the tag URL to the releases URL, specifically updating the path from https://github.com/npmx-dev/npmx.dev/tag/v${buildInfo.version} to https://github.com/npmx-dev/npmx.dev/releases/tag/v${buildInfo.version}. The change comprises a single line modification with no alterations to component logic, rendering, or exported declarations.

🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Description check ✅ Passed The description directly addresses the changeset by identifying an invalid URL in the git tag link and explaining the correct GitHub URL pattern that should be used.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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 and usage tips.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@danielroe danielroe added this pull request to the merge queue Mar 3, 2026
Merged via the queue into npmx-dev:main with commit f8dff44 Mar 3, 2026
20 checks passed
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 3, 2026

Thanks for your first contribution, @liangmiQwQ! 🤩

We'd love to welcome you to the npmx community. Come and say hi on Discord! And once you've joined, visit npmx.wamellow.com to claim the contributor role.

@github-actions github-actions bot mentioned this pull request Mar 3, 2026
@liangmiQwQ liangmiQwQ deleted the fix/correct-git-tag-url branch March 3, 2026 22:41
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.

2 participants