Skip to content

Commit

Permalink
fix(impact): remove hard requirement on branch flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sfopsbot committed Jan 9, 2024
1 parent ff77c6e commit d89db61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sfp-cli/src/commands/impact/releaseconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default class ReleaseConfig extends sfpCommand {
loglevel,
branch: Flags.string({
description: messages.getMessage('branchFlagDescription'),
required: true,
}),
basebranch: Flags.string({
description: messages.getMessage('baseCommitOrBranchFlagDescription'),
Expand Down

0 comments on commit d89db61

Please sign in to comment.