Rename distributed binary to linkserver#11
Merged
PabloZaiden merged 4 commits intoMay 3, 2026
Conversation
There was a problem hiding this comment.
Pull request overview
This PR renames the published standalone binary from link to linkserver across release packaging, installer behavior, README installation docs, and regression tests. It fits into the release/distribution path of the codebase by keeping the GitHub release workflow, install.sh, and documented install experience aligned on the new binary name.
Changes:
- Renamed GitHub release artifacts and uploaded binaries to the
linkserver-<tag>-<target>pattern. - Updated
install.shto download/installlinkserverand adjusted the post-install invocation message. - Added release naming tests and updated README installation text to reference
linkserver.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/release/naming.test.ts |
Adds regression tests that assert the installer and release workflow use the new binary name. |
install.sh |
Renames the installed/downloaded binary to linkserver and updates temporary-file prefixes and success messaging. |
README.md |
Updates installation documentation to describe the installed binary as linkserver. |
.github/workflows/binary-release.yml |
Renames compiled release artifacts, checksum files, workflow artifacts, and uploaded release assets to linkserver. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
linkserverinstall.shto install and invoke thelinkserverbinary namelinkserverTesting
src/release/naming.test.ts