Commit Graph

16 Commits

Author SHA1 Message Date
19e7adfedb
fix(docs): check fix version
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-04 15:20:05 +02:00
27cb31f433 chore(docs): remove 0.2 checklist
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-04 13:05:03 +00:00
fa67dfeee3 fix(crate): always prefix with 'v' when creating prs, or releases (#9)
All checks were successful
continuous-integration/drone/push Build is passing
We don't want rust versions to include the 'v',

however, many languages and tools require it. As such we're choosing when to do it, in this case at the api layer.

Signed-off-by: kjuulh <contact@kjuulh.io>
Reviewed-on: #9
Co-authored-by: kjuulh <contact@kjuulh.io>
Co-committed-by: kjuulh <contact@kjuulh.io>
2023-08-04 12:41:31 +00:00
09508ec986
docs(check): 0.2 milestone, forgot for 0.2.0
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-04 14:22:41 +02:00
f75e839759
chore: add logging to stdout
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 23:35:09 +02:00
84cc24e81c
docs: remove 0.1 milestone
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 22:57:20 +02:00
dbfb2064d2 chore(release): 0.1.0 (#6)
### Added
- add docker setup
- refactor frontend configuration
- with all the way through
- with create pull request and release
- with gitea
- with prepend as well
- add cliff
- remove tokio
- with doctor
- with git client
- with fixes
- with conventional parse
- with tags command
- add semver
- can get commit chain
- with start of environment engine
- with gitea client
- fmt
- add gitea client stub
- add tests for git setup
- split headings into local and global
- rename to cuddle_please
- add config parsing
- with basic get dir
- add mkdocs
- add base

### Other
- remove old changelog
- *(deps)* update all dependencies (#2)
- *(release)* 0.0.1 (#4)
- release command
- add cuddle.release to this repository
- add granular docker setup
- fix checks
- chck refactor commands
- move doctor command
- fmt
- rename release command
- move gitea command into its own file
- move config list
- move gitea out of the way
- move config building out of main execution loop
- move commands and misc out of main binary package
- fmt
- check hide commands
- move cuddle-please to cuddle-please release
- remove no-vcs option (moved to a later stage if github is someday adopted
- fix clippy warnings
- clippy fix
- fix
- cleanup

Reviewed-on: #6
Co-authored-by: kjuulh <contact@kjuulh.io>
Co-committed-by: kjuulh <contact@kjuulh.io>
2023-08-01 20:54:26 +00:00
5be71b1af6
docs: add cuddle.release to this repository
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:19:05 +02:00
edbc3fb164
docs: add granular docker setup
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:18:30 +02:00
4b4f967af8
feat: add docker setup
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:17:55 +02:00
3bfac7bb54
docs: fix checks
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:17:39 +02:00
241241aaf4
docs: chck refactor commands
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 17:16:43 +02:00
8cd68d569b
feat: refactor frontend configuration
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-01 02:31:44 +02:00
e235483783
docs: check hide commands
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 23:14:18 +02:00
2650edb61e
chore: remove no-vcs option (moved to a later stage if github is someday adopted
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-31 23:00:53 +02:00
3f0d171285
feat: add mkdocs
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-28 22:07:07 +02:00