pipeline: conventional_commits: image: node:18 commands: - echo "test" >> test.txt - npm i -g standard-version - standard-version - git tag branches: main