[docs] Update documentation for features from 2026-04-23#862
[docs] Update documentation for features from 2026-04-23#862danielmeppiel wants to merge 1 commit intomainfrom
Conversation
The [Unreleased] section was missing the Fixed entry documenting that clone and ls-remote error messages now surface host:port for self-hosted servers on non-default ports (e.g. Bitbucket Datacenter). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds the missing [Unreleased] changelog entry documenting the previously-merged fix that now surfaces host:port in generic-host clone / ls-remote error messages (PR #804, closes #798).
Changes:
- Add an
[Unreleased]### Fixedsection entry describing the generic-host custom port error-message improvement.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds the missing Unreleased “Fixed” entry for the generic-host host:port error-message fix (PR #804). |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
APM Review Panel VerdictDisposition: APPROVE PR: #862 -- Per-persona findings
CEO arbitrationThis is a clean, automated documentation maintenance PR. The sole change is a four-line CHANGELOG backfill for a bug fix that was confirmed merged (#804) but whose CHANGELOG entry was absent from the resulting commit. The entry format is correct (Keep a Changelog convention, PR reference, closes-issue link). All seven panel members have no blocking concerns. The pre-existing duplicate Required actions before mergeNone. Auto-merge is already enabled and is appropriate for this change. Optional follow-ups
|
Documentation Updates - 2026-04-23
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
host:portsurfacing in clone /ls-remoteerror messages (from fix(install): surface custom port in generic host clone/ls-remote error #804)Changes Made
### Fixedentry inCHANGELOG.mdunder[Unreleased]for the generic host port fixMerged PRs Referenced
fix(install): surface custom port in generic host clone/ls-remote error(closes [BUG] is_generic clone/ls-remote error path renders bare host, losing custom port for Bitbucket DC users #798)Notes
PR #804's commit message explicitly stated it added a CHANGELOG entry under
[Unreleased], but the entry was absent from the merged state. This PR adds the missing entry:No other documentation files required changes — the existing
docs/src/content/docs/guides/private-packages.mdalready documents custom port syntax for self-hosted servers, and this fix is an error-message quality improvement rather than a feature or API change.