Files
sendico/.woodpecker/bump_version.yml
2025-11-15 01:05:20 +01:00

28 lines
469 B
YAML

depends_on:
- bff
- billing_fees
- chain_gateway
- db
- frontend
- fx_ingestor
- fx_oracle
- ledger
- nats
- notification
- payments_orchestrator
when:
- event: push
branch: main
steps:
- name: bump-version
image: alpine:latest
environment:
GIT_AUTHOR_NAME: woodpecker
GIT_AUTHOR_EMAIL: ci@sendico.io
commands:
- set -euo pipefail
- apk add --no-cache git
- sh ci/scripts/common/bump_version.sh