Skip to content

Commit

Permalink
Prepare changelog for 3.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eseliger committed Feb 1, 2022
1 parent 3bddc58 commit 8a5129c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,21 @@ All notable changes to `src-cli` are documented in this file.
### Added

### Changed
- `src validate` can now execute default validation checks (add external service, clone repo, search repo, search non-indexed branch of that repo, remove external service) for Sourcegraph instance when no validation file is specified as well as continue to support JSON and YAML file validation files.

### Fixed

### Removed

## 3.36.2

### Changed

- `src validate` can now execute default validation checks (add external service, clone repo, search repo, search non-indexed branch of that repo, remove external service) for Sourcegraph instance when no validation file is specified as well as continue to support JSON and YAML file validation files.

### Fixed

- `src batch preview` and `src batch apply` could erroneously return exit code 0 and no warning when the execution actually failed.

## 3.36.1

### Changed
Expand All @@ -34,8 +45,6 @@ _This version is the same as 3.35.3, just retagged for the upcoming 3.36.0 relea

- Certain Batch Changes features that previously would not work on prerelease versions of Sourcegraph will now work as expected again.

### Removed

## 3.35.2

### Fixed
Expand Down

0 comments on commit 8a5129c

Please sign in to comment.