mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
feat: implement CD with release-plz
This commit is contained in:
parent
ee8295935c
commit
5ea7230977
1 changed files with 14 additions and 0 deletions
14
.woodpecker/cd.yml
Normal file
14
.woodpecker/cd.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- ci
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Update PR
|
||||||
|
image: jasterv/release-plz-update-pr:latest
|
||||||
|
pull: true
|
||||||
|
settings:
|
||||||
|
token:
|
||||||
|
from_secret: CODEBERG_TOKEN
|
||||||
Loading…
Reference in a new issue