Crates.io | cuddle-please-frontend |
lib.rs | cuddle-please-frontend |
version | 0.1.0 |
source | src |
created_at | 2023-08-02 10:24:37.324702 |
updated_at | 2023-08-02 10:24:37.324702 |
description | A release-please inspired release manager tool, built on top of cuddle, but also useful standalone, cuddle-please supports, your ci of choice, as well as gitea, github |
homepage | |
repository | https://github.com/kjuulh/dagger-sdk |
max_upload_size | |
id | 932591 |
size | 19,779 |
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 release # if using cuddle
# or
cuddle-please release # if using standalone
And when a release has been built:
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
# ...
please:
name: <something>
# ...
# ...
or as cuddle.please.yaml
See docs for more information about installation and some such