We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db03f4b commit e9663c2Copy full SHA for e9663c2
1 file changed
.vscode/tasks.json
@@ -675,7 +675,7 @@
675
"type": "shell"
676
},
677
{
678
- "command": "magex version:bump push=true bump=major branch=${input:targetBranch} confirm=${input:majorConfirm}",
+ "command": "magex version:bump push=true bump=major branch=${input:targetBranch} ${input:majorConfirm}",
679
"detail": "Bump major version (X.0.0) and push to remote - requires confirmation",
680
"group": "none",
681
"label": "magex: version:bump:major",
0 commit comments