feat: with update template
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -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
|
||||
|
Reference in New Issue
Block a user