Go to file
kjuulh 62cafa4a9e
feat: with tags command
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-30 14:09:51 +02:00
crates/cuddle-please feat: with tags command 2023-07-30 14:09:51 +02:00
docs feat: add mkdocs 2023-07-28 22:07:07 +02:00
scripts feat: add mkdocs 2023-07-28 22:07:07 +02:00
.gitignore feat: add base 2023-07-28 21:32:37 +02:00
Cargo.lock feat: add semver 2023-07-30 14:03:24 +02:00
Cargo.toml feat: add semver 2023-07-30 14:03:24 +02:00
cuddle.yaml feat: rename to cuddle_please 2023-07-29 15:29:36 +02:00
mkdocs.yml feat: add mkdocs 2023-07-28 22:07:07 +02:00
README.md feat: add mkdocs 2023-07-28 22:07:07 +02:00

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:

cuddle please release

cuddle will default to information to it available in git, or use a specific entry in cuddle.yaml called

# ...
please:
  name: <something>  
  # ...
# ...

or as cuddle.please.yaml

See docs for more information about installation and some such