Skip to content

Commit 67af3ab

Browse files
committed
changelog: update for 3.22.4
1 parent ff776f6 commit 67af3ab

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,24 @@ All notable changes to `src-cli` are documented in this file.
1313

1414
### Added
1515

16+
### Changed
17+
18+
### Fixed
19+
20+
### Removed
21+
22+
## 3.22.4
23+
24+
### Added
25+
1626
- Campaign steps may now include environment variables from outside of the campaign spec using [array syntax](http://docs.sourcegraph.com/campaigns/references/campaign_spec_yaml_reference#environment-array). [#392](https://github.com/sourcegraph/src-cli/pull/392)
1727
- A new `-skip-errors` flag has been added to `src campaign [apply|preview]` to allow users to continue execution of and upload a campaign spec even if execution failed in some repositories. [#395](https://github.com/sourcegraph/src-cli/pull/395)
1828

19-
### Changed
20-
2129
### Fixed
2230

2331
- The evaluation of the [`repository.branch` attribute](https://docs.sourcegraph.com/campaigns/references/campaign_spec_yaml_reference#on-repository) has been fixed to actually cause the correct version of the repository to be used. [#393](https://github.com/sourcegraph/src-cli/pull/393)
2432
- Normally, when one or more repositories in a campaign generate an empty diff, a changeset spec isn't created. From src-cli 3.21.9 to 3.22.3, inclusive, re-running a campaign would result in an empty changeset spec being created by mistake if the empty changeset spec was in the execution cache, which would result in errors on Sourcegraph when applying the campaign. This has been fixed, and empty changeset specs in the cache are now treated the same way as uncached changeset specs that are empty: they are skipped, and a message is displayed in `-v` mode indicating the repo that was skipped. [#397](https://github.com/sourcegraph/src-cli/pull/397)
2533

26-
### Removed
27-
2834
## 3.22.3
2935

3036
### Changed

0 commit comments

Comments
 (0)