Skip to content

fix(docs): Replace hardcoded 'latest' MCPB link with versioned URL in README#206

Merged
polaz merged 1 commit intomainfrom
feat/#204-fixdocs-replace-hardcoded-latest-mcpb-link-with-ve
Jan 25, 2026
Merged

fix(docs): Replace hardcoded 'latest' MCPB link with versioned URL in README#206
polaz merged 1 commit intomainfrom
feat/#204-fixdocs-replace-hardcoded-latest-mcpb-link-with-ve

Conversation

@polaz
Copy link
Copy Markdown
Member

@polaz polaz commented Jan 25, 2026

Summary

  • Update README.md.in to use __VERSION__ placeholder for MCPB download link
  • Extend prepare-release.sh to replace __VERSION__ with actual version during release

Problem

The MCPB download link in README was pointing to non-existent gitlab-mcp-latest.mcpb. Now uses versioned format gitlab-mcp-6.44.0.mcpb matching the docs site.

Test plan

  • Run ./scripts/prepare-release.sh 6.44.0
  • Verify grep "mcpb" README.md shows versioned link
  • All tests pass (4071 tests)
  • Lint passes

Fixes #204

… README

- Update README.md.in to use __VERSION__ placeholder for MCPB download link
- Extend prepare-release.sh to replace __VERSION__ with actual version

The MCPB download link was pointing to non-existent 'gitlab-mcp-latest.mcpb'.
Now uses versioned format 'gitlab-mcp-6.44.0.mcpb' matching the docs site.

Fixes #204
Copilot AI review requested due to automatic review settings January 25, 2026 04:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a broken MCPB download link in the README by replacing the hardcoded 'latest' URL with a versioned placeholder that gets replaced during the release process.

Changes:

  • Updated README.md.in to use __VERSION__ placeholder instead of hardcoded 'latest' in the MCPB download link
  • Extended scripts/prepare-release.sh to replace __VERSION__ placeholder with the actual version number during release preparation

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md.in Changed MCPB download link from gitlab-mcp-latest.mcpb to gitlab-mcp-__VERSION__.mcpb
scripts/prepare-release.sh Added __VERSION__ placeholder replacement to the sed command that processes README.md.in

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@polaz polaz merged commit a0266a4 into main Jan 25, 2026
21 checks passed
@polaz polaz deleted the feat/#204-fixdocs-replace-hardcoded-latest-mcpb-link-with-ve branch January 25, 2026 04:05
sw-release-bot bot pushed a commit that referenced this pull request Jan 25, 2026
## [6.45.0](v6.44.0...v6.45.0) (2026-01-25)

### Features

* **logging:** Implement condensed access log format with request stack aggregation ([#196](#196)) ([8871fad](8871fad)), closes [#194](#194)

### Bug Fixes

* **docs:** replace hardcoded 'latest' MCPB link with versioned URL in README ([#206](#206)) ([a0266a4](a0266a4)), closes [#204](#204)
@sw-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 6.45.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(docs): Replace hardcoded 'latest' MCPB link with versioned URL in README

2 participants