pipeline: conventional_commits: image: node:18 commands: - git config --list - npm i -g standard-version - standard-version - git tag branches: main