Skip to content

Commit 09f15ea

Browse files
committed
Prepare CHANGELOG for 3.27.1
1 parent fac5bb1 commit 09f15ea

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,20 @@ All notable changes to `src-cli` are documented in this file.
1313

1414
### Added
1515

16-
- Starting with Sourcegraph 3.28.0 batch spec `steps` can contain an `if: <template string>` attribute that determines whether the given step will be executed. [#520](https://github.com/sourcegraph/src-cli/pull/520)
17-
1816
### Changed
1917

2018
### Fixed
2119

2220
### Removed
2321

22+
## 3.27.1
23+
24+
- Starting with Sourcegraph 3.28.0 batch spec `steps` can contain an `if: <template string>` attribute that determines whether the given step will be executed. [#520](https://github.com/sourcegraph/src-cli/pull/520)
25+
26+
### Fixed
27+
28+
- When specifying `-skip-errors`, the batch spec would always be empty. This ix fixed and the intended behavior has been restored. [#539](https://github.com/sourcegraph/src-cli/pull/539)
29+
2430
## 3.27.0
2531

2632
### Added

0 commit comments

Comments
 (0)