sets/.woodpecker/.release.yml
Piotr Icikowski 0ac25476ab
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci(init): add initial CI configuration
2023-11-04 20:36:50 +01:00

14 lines
364 B
YAML

when:
- event: push
evaluate: '(CI_COMMIT_BRANCH == "devel" && not (CI_COMMIT_MESSAGE startsWith "release")) || (CI_COMMIT_BRANCH == "main" && not (CI_COMMIT_MESSAGE startsWith "release(stable)"))'
steps:
semantic-release:
image: node:latest
secrets:
- gitea_token
- git_credentials
commands:
- npm i
- npm run release