feat(release): added release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-21 16:38:52 +02:00
parent 7129c1ed44
commit ef049be570
2 changed files with 9 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ steps:
path: /var/run
commands:
- apk add bash git
- git remote set-url origin $DRONE_GIT_SSH_URL
- cuddle_cli x setup_ssh
- cuddle_cli x start_deployment
- cuddle_cli x render_templates

8
.releaserc.yml Normal file
View File

@@ -0,0 +1,8 @@
branches:
- "main"
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- "@semantic-release/changelog"
- "@semantic-release/git"