2023-08-02 14:11:29 +02:00
# Cuddle docs
2023-07-28 22:07:07 +02:00
2023-08-02 14:11:29 +02:00
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` .
2023-07-28 22:07:07 +02:00
2023-08-02 14:11:29 +02:00
The goal of the software is to be a `release-please` clone, targeting `gitea` instead of `github` .
2023-07-28 22:07:07 +02:00
2023-08-02 14:11:29 +02:00
The tool can be executed as a binary using:
2023-07-28 22:07:07 +02:00
2023-08-02 14:11:29 +02:00
```bash
cuddle please release # if using cuddle
# or
cuddle-please release # if using standalone
```
2023-07-28 22:07:07 +02:00
2023-08-02 14:11:29 +02:00
And when a release has been built:
```bash
cuddle please release
# or
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