Skip to content

Commit cc0a63d

Browse files
committed
Fix changelog, add latest release
1 parent 1781398 commit cc0a63d

File tree

3 files changed

+6639
-7592
lines changed

3 files changed

+6639
-7592
lines changed

docs/releases.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Currently supported versions of Sourcegraph:
1212

1313
| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
1414
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
15+
| 6.2 Patch 0 | April 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v620) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1516
| 6.1 Patch 4 | March 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v614020) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1617
| 6.1 Patch 3 | March 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v612889) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1718
| 6.1 Patch 2 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v611295) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ This page documents all notable changes to Sourcegraph. For more detailed change
175175
- enable personalized ranking by default `(PR #4148)`
176176
- We've enabled personalized ranking for search results in the new web app—marking the first step in integrating user-specific ranking signals into our search pipeline. As a result, queries spanning multiple repositories will prioritize results from repositories the user has frequently contributed to.User can disable the feature by setting `boostRelevantRepositories` to false in the settings
177177
```
178-
{
179-
"experimentalFeatures": {
178+
\{
179+
"experimentalFeatures": \{
180180
"boostRelevantRepositories": false,
181-
},
182-
}
181+
\},
182+
\}
183183
```
184184
- (new web ui) Add support for capture group aggregation `(PR #4122)`
185185
- Add repo metadata editing `(PR #4086)`

0 commit comments

Comments
 (0)