Skip to content

Commit e9663c2

Browse files
committed
fix(tasks): update command for major version bump confirmation
1 parent db03f4b commit e9663c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
"type": "shell"
676676
},
677677
{
678-
"command": "magex version:bump push=true bump=major branch=${input:targetBranch} confirm=${input:majorConfirm}",
678+
"command": "magex version:bump push=true bump=major branch=${input:targetBranch} ${input:majorConfirm}",
679679
"detail": "Bump major version (X.0.0) and push to remote - requires confirmation",
680680
"group": "none",
681681
"label": "magex: version:bump:major",

0 commit comments

Comments
 (0)