Skip to content

Commit b906d32

Browse files
authored
fix changelog formatting (#1163)
1 parent f72ed6c commit b906d32

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ All notable changes to `src-cli` are documented in this file.
2626
- Updated Go to 1.24.1
2727

2828
## 6.1.0
29+
2930
- Support uploading GZIP compressed SCIP indexes [1146](https://github.com/sourcegraph/src-cli/pull/1146)
3031
- Remove deprecated `lsif` subcommand, and remove LSIF->SCIP conversion support [1147](https://github.com/sourcegraph/src-cli/pull/1147)
3132

@@ -42,6 +43,7 @@ All notable changes to `src-cli` are documented in this file.
4243
- Update x/crypto to fix reported CVE-2024-45337
4344

4445
## 5.10.0
46+
4547
- cody gateway benchmark changes
4648
- fix local builds for non sourcegraph team [1121](https://github.com/sourcegraph/src-cli/pull/1121)
4749

@@ -82,7 +84,7 @@ All notable changes to `src-cli` are documented in this file.
8284

8385
### Added
8486

85-
- Batch Changes: Added support for batch spec versions. Batch specs with `version: 2` will default to keyword search to resolve workspaces if the pattern type is not specified explicitly. (https://github.com/sourcegraph/sourcegraph/pull/63613)
87+
- Batch Changes: Added support for batch spec versions. Batch specs with `version: 2` will default to keyword search to resolve workspaces if the pattern type is not specified explicitly. (<https://github.com/sourcegraph/sourcegraph/pull/63613>)
8688

8789
### Changed
8890

@@ -149,11 +151,13 @@ All notable changes to `src-cli` are documented in this file.
149151
## 5.1.0
150152

151153
### Added
154+
152155
- `src validate install` can check executor connections [#974](https://github.com/sourcegraph/src-cli/pull/974)
153156
- `src validate install` can send test SMTP message [#973](https://github.com/sourcegraph/src-cli/pull/973)
154157
- `src repos {add|update|delete}-metadata -repo-name` flag support [#977](https://github.com/sourcegraph/src-cli/pull/977)
155158

156159
### Changed
160+
157161
- Renamed `src repo {add|update|delete}-kvp` to `repo {add|update|delete}-metadata` [#972](https://github.com/sourcegraph/src-cli/pull/972)
158162

159163
## 5.0.3
@@ -194,7 +198,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
194198

195199
### Fixed
196200

197-
- `src codeintel upload` will no longer overwrite the entire route supplied via `-upload-route` if SCIP data is detected. [#934](https://github.com/sourcegraph/src-cli/pull/934)
201+
- `src codeintel upload` will no longer overwrite the entire route supplied via `-upload-route` if SCIP data is detected. [#934](https://github.com/sourcegraph/src-cli/pull/934)
198202

199203
## 4.4.1
200204

@@ -240,7 +244,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
240244
### Added
241245

242246
- Batch specs being run locally with `src batch preview` or `src batch apply` can now be run with the `-run-as-root` flag, which will run all step containers as root instead of the default user for the image. This is off by default. [#886](https://github.com/sourcegraph/src-cli/pull/886)
243-
- An **experimental** set of `src snapshot` commands for generating and sharing snapshots of Sourcegraph instances, as well as testing Sourcegraph instances restored from snapshots. [#888](https://github.com/sourcegraph/src-cli/pull/888), [#889](https://github.com/sourcegraph/src-cli/pull/889), [#890](https://github.com/sourcegraph/src-cli/pull/890)
247+
- An __experimental__ set of `src snapshot` commands for generating and sharing snapshots of Sourcegraph instances, as well as testing Sourcegraph instances restored from snapshots. [#888](https://github.com/sourcegraph/src-cli/pull/888), [#889](https://github.com/sourcegraph/src-cli/pull/889), [#890](https://github.com/sourcegraph/src-cli/pull/890)
244248

245249
### Changed
246250

@@ -314,7 +318,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
314318

315319
### Changed
316320

317-
- **IMPORTANT:** Searches using the command `src search -stream` is updated to use a **new and better search result schema**, improving highlighting and accurate result counts for multiline matches. Please see the new JSON schema for results if you use the `src search -stream -json` output: [#807](https://github.com/sourcegraph/src-cli/pull/807)
321+
- __IMPORTANT:__ Searches using the command `src search -stream` is updated to use a __new and better search result schema__, improving highlighting and accurate result counts for multiline matches. Please see the new JSON schema for results if you use the `src search -stream -json` output: [#807](https://github.com/sourcegraph/src-cli/pull/807)
318322

319323
### Fixed
320324

@@ -937,7 +941,7 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
937941
### Changed
938942

939943
- `src campaign [apply|preview]` now prints more detailed information about the diffs produced in each repository when run in verbose mode with `-v`. [#390](https://github.com/sourcegraph/src-cli/pull/390)
940-
- The dependency `go-diff` has been upgraded to 0.6.1 to include https://github.com/sourcegraph/go-diff/pull/55.
944+
- The dependency `go-diff` has been upgraded to 0.6.1 to include <https://github.com/sourcegraph/go-diff/pull/55>.
941945

942946
## 3.22.2
943947

0 commit comments

Comments
 (0)