Skip to content

Commit

Permalink
Remove deprecated campaign and campaigns command aliases (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
eseliger authored Oct 19, 2021
1 parent a780168 commit 3a48ac7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ All notable changes to `src-cli` are documented in this file.
### Fixed

- `src batch repos` failed with a template error in src-cli 3.31.1 and 3.32.0. This has been fixed. [#625](https://github.com/sourcegraph/src-cli/pull/625)
- The `src campaign` and `src campaigns` commands have been removed in favor of `src batch`. [#626](https://github.com/sourcegraph/src-cli/pull/626)

## 3.31.1

Expand Down
2 changes: 0 additions & 2 deletions cmd/src/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ Use "src batch [command] -h" for more information about a command.
"batchchanges",
"batch-changes",
"batches",
"campaign",
"campaigns",
},
handler: handler,
usageFunc: func() { fmt.Println(usage) },
Expand Down

0 comments on commit 3a48ac7

Please sign in to comment.