feat: add mkdocs

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 22:07:07 +02:00
parent 55ae63599d
commit 3f0d171285
6 changed files with 84 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# Cuddle Please
Cuddle Please is an extension to `cuddle`, it is a separate binary that can be executed standalone as cuddle-please, or in cuddle as `cuddle please`.
The goal of the software is to be a `release-please` clone, targeting `gitea` instead of `github`.
The tool can be executed as a binary using:
`cuddle please pr create`
And when a release has been built:
```bash
cuddle please release
```
cuddle will default to information to it available in git, or use a specific entry in `cuddle.yaml` called
```yaml
# ...
please:
name: <something>
# ...
# ...
```
or as `cuddle.please.yaml`
See docs for more information about installation and some such