From 0c3d6711bb93362edca8e51908777b0aacbfd75b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 31 Mar 2024 00:05:24 +0100 Subject: [PATCH] feat: add please Signed-off-by: kjuulh --- rust-cli/cuddle.yaml | 7 +++++++ rust-lib/cuddle.yaml | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/rust-cli/cuddle.yaml b/rust-cli/cuddle.yaml index a8f03d3..2aca508 100644 --- a/rust-cli/cuddle.yaml +++ b/rust-cli/cuddle.yaml @@ -6,3 +6,10 @@ vars: service: "%%name%%" registry: kasperhermansen +please: + project: + owner: kjuulh + repository: "%%name%%" + branch: "main" + settings: + api_url: "https://git.front.kjuulh.io" diff --git a/rust-lib/cuddle.yaml b/rust-lib/cuddle.yaml index ecf6641..360725b 100644 --- a/rust-lib/cuddle.yaml +++ b/rust-lib/cuddle.yaml @@ -5,3 +5,11 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git" vars: service: "%%name%%" registry: kasperhermansen + +please: + project: + owner: kjuulh + repository: "%%name%%" + branch: main + settings: + api_url: "https://git.front.kjuulh.io"