Skip to content

Commit b54ab33

Browse files
committed
Fix CHANGELOG structure and add missing bits
1 parent 1a08309 commit b54ab33

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,23 @@ All notable changes to `src-cli` are documented in this file.
1111

1212
## Unreleased changes
1313

14+
### Added
15+
1416
- Campaigns specs now include an optional `author` property. (If not included, `src campaigns` generates default values for author name and email.) `src campaigns` now includes the name and email in all changeset specs that it generates.
1517

1618
### Changed
1719

20+
- Repositories without a default branch are skipped when applying/previewing a campaign spec. [#312](https://github.com/sourcegraph/src-cli/pull/312)
21+
- Log files produced when applying/previewing a campaign spec now have the `.log` file extension for easier opening. [#315](https://github.com/sourcegraph/src-cli/pull/315)
22+
23+
### Fixed
24+
25+
- Empty changeset specs without a diff are no longer uploaded as part of a campaign spec. [#313](https://github.com/sourcegraph/src-cli/pull/313)
26+
27+
## 3.19.0
28+
29+
### Changed
30+
1831
- The default branch for the `src-cli` project has been changed to `main`. [#262](https://github.com/sourcegraph/src-cli/pull/262)
1932

2033
### Fixed

0 commit comments

Comments
 (0)