feat(release): added release
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7129c1ed44
commit
ef049be570
@ -25,6 +25,7 @@ steps:
|
|||||||
path: /var/run
|
path: /var/run
|
||||||
commands:
|
commands:
|
||||||
- apk add bash git
|
- apk add bash git
|
||||||
|
- git remote set-url origin $DRONE_GIT_SSH_URL
|
||||||
- cuddle_cli x setup_ssh
|
- cuddle_cli x setup_ssh
|
||||||
- cuddle_cli x start_deployment
|
- cuddle_cli x start_deployment
|
||||||
- cuddle_cli x render_templates
|
- cuddle_cli x render_templates
|
||||||
|
8
.releaserc.yml
Normal file
8
.releaserc.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- "@semantic-release/commit-analyzer"
|
||||||
|
- "@semantic-release/release-notes-generator"
|
||||||
|
- "@semantic-release/changelog"
|
||||||
|
- "@semantic-release/git"
|
Loading…
Reference in New Issue
Block a user