Update roadmap

This commit is contained in:
Kasper Juul Hermansen 2022-09-21 11:04:35 +02:00
parent 97d362e5be
commit a503204e8a
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
## Version 0.2
- [x] Write README
- [ ] Make select depend on query
- [ ] Make configurable ssh user
- [ ] Make configurable gpg keyset
- [ ] Make configurable git provider

View File

@ -8,4 +8,4 @@ current_branch=$(git branch --show-current)
go run cmd/kraken/kraken.go process \
--actions-repo "git@git.front.kjuulh.io:kjuulh/kraken.git"\
--branch "$current_branch" \
--path "_examples/queries/find_semantic"
--path "_examples/actions/add_releaserc"