Describe the bug
The vscode Concourse extension raise an error when a semver resource has a 'commit_message' property set for git driver.
To Reproduce
resources:
- name: my_resource
type: semver
source:
driver: git
uri: ((repo_uri))
private_key: ((private_key))
branch: master
file: version.txt
commit_message: "[skip ci] my commit message"
cf. https://github.com/concourse/semver-resource