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