diff --git a/.woodpecker.yml b/.woodpecker.yml index 14e7604..b6b01c1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: conventional_commits: image: node:19 commands: - - npx standard-version + - npx standard-version --dry-run - git tag branches: main