From c9d075139da95fdac23e225e33709257290c6c36 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 1 Aug 2023 22:52:08 +0200 Subject: [PATCH] docs: last fixes before merge Signed-off-by: kjuulh --- README.md | 6 +++--- cuddle.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad5b4f2..e06751b 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,7 @@ See docs for more information about installation and some such - [x] Redo configuration frontend - [x] Refactor command.rs into smaller bits so that bits are easier to test - [x] Add cuddle.release.yaml to this repo -- [ ] Add reporter for PR and Repositories - [x] Setup temporary git name and email to use for git committing -- [ ] Add docker setup -- [ ] Add more granular tests ### 0.2 Milestone @@ -50,13 +47,16 @@ See docs for more information about installation and some such - [ ] Fx drone config - [ ] Releaser - [ ] On main/master +- [ ] Add reporter for PR and Repositories - [ ] tbd... ### 0.3 Milestone - [ ] Add inquire for missing values when needed (when not running in ci or have a proper tty) +- [ ] Break down cuddle-please-misc ### 0.x Milestone - [ ] Add github support - [ ] Add custom strategies - [ ] Create docker image +- [ ] Add more granular tests diff --git a/cuddle.yaml b/cuddle.yaml index 646e08b..9667bde 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -1,6 +1,6 @@ # 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-base.git" +base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git" vars: service: "cuddle-please"