feat: with update template
Some checks reported errors
continuous-integration/drone/push Build was killed

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 19:29:03 +02:00
parent 7e1a56c38c
commit 23f0be8b22
2 changed files with 20 additions and 1 deletions

View File

@@ -53,3 +53,19 @@ services:
volumes:
- name: dockersock
temp: {}
---
type: docker
kind: pipeline
name: "release-please"
steps:
- name: release
image: marcoieni/release-plz
commands:
- release-plz release-pr --token $GITEA_TOKEN --backend gitea
environments:
GITA_TOKEN:
from_secret: gitea_token
when:
branch:
- master
- main