chore(release): 0.1.0 #6

Merged
kjuulh merged 9 commits from cuddle-please/release into main 2023-08-01 22:54:26 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit c9d075139d - Show all commits

View File

@ -37,10 +37,7 @@ See docs for more information about installation and some such
- [x] Redo configuration frontend - [x] Redo configuration frontend
- [x] Refactor command.rs into smaller bits so that bits are easier to test - [x] Refactor command.rs into smaller bits so that bits are easier to test
- [x] Add cuddle.release.yaml to this repo - [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 - [x] Setup temporary git name and email to use for git committing
- [ ] Add docker setup
- [ ] Add more granular tests
### 0.2 Milestone ### 0.2 Milestone
@ -50,13 +47,16 @@ See docs for more information about installation and some such
- [ ] Fx drone config - [ ] Fx drone config
- [ ] Releaser - [ ] Releaser
- [ ] On main/master - [ ] On main/master
- [ ] Add reporter for PR and Repositories
- [ ] tbd... - [ ] tbd...
### 0.3 Milestone ### 0.3 Milestone
- [ ] Add inquire for missing values when needed (when not running in ci or have a proper tty) - [ ] 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 ### 0.x Milestone
- [ ] Add github support - [ ] Add github support
- [ ] Add custom strategies - [ ] Add custom strategies
- [ ] Create docker image - [ ] Create docker image
- [ ] Add more granular tests

View File

@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json # 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: vars:
service: "cuddle-please" service: "cuddle-please"