{ "patch": { "tasks": [ { "name": "Bump version", "command": "bump", "args": [ "--patch", "--no-commit" ], "comment": "chore(release): Bump version" } ] }, "minor": { "tasks": [ { "name": "Bump version", "command": "bump", "args": [ "--minor", "--no-commit" ], "comment": "chore(release): Bump version" } ] }, "major": { "tasks": [ { "name": "Bump version", "command": "bump", "args": [ "--major", "--no-commit" ], "comment": "chore(release): Bump version" } ] } }