diff --git a/.woodpecker.yml b/.woodpecker.yml index f829586..e424c8d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: conventional_commits: image: node:18 commands: + - echo "test" >> test.txt - npm i -g standard-version - standard-version - git tag