From f2be7c85f725bbc906f52b35a21917e58dcafde5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 21 Jul 2025 17:04:53 +0200 Subject: [PATCH] feat: add cuddle --- cuddle.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cuddle.yaml diff --git a/cuddle.yaml b/cuddle.yaml new file mode 100644 index 0000000..70a35de --- /dev/null +++ b/cuddle.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json + +base: "git@git.front.kjuulh.io:kjuulh/cuddle-go-lib-plan.git" + +vars: + service: "yourconfig" + registry: kasperhermansen + +please: + project: + owner: kjuulh + repository: yourconfig + branch: main + settings: + api_url: https://git.front.kjuulh.io + +scripts: + "ci:main": + type: shell + "ci:pr": + type: shell + "ci:release": + type: shell +