Kasper Juul Hermansen
0967e35fbf
### Added - *(ci)* with pr - *(ci)* on pr only - *(ci)* with ci:pr.sh file - *(ci)* update ci with best settings - *(ci)* pr ignore master - *(ci)* ignore pr for master - add git init - with actual docker login - with docker login - back to default - with ldd - only ci - with musl instead - with some debug stuff - with shared volume - with shared volume - without going into module - set to use prefix when in ci - only master - with working main - ci:main script for ci - with run script - fixed stuff - with ultra caching - with ci - with set -e for abort - with drone yml - add mkdocs build - add basic version - update with repository - add publishable to rest - hack get in control of log level ### Docs - fix admonitions - add docs - remove 0.1 milestone ### Fixed - with actual install ### Other - *(rust)* fmt - *(rust)* clippy fix - *(ci)* no please for pr - *(ci)* rename pr -> pull-request in ci:pr - remove faulty test - add git (alpine) - add git - musl - remember package name - rename variable - openssl-src - with openssl-dev - with pkg config sysroot - with musl dev - with build-essential - with libssl-dev - with token - add mit license - add logging to stdout - update versions - add docs Co-authored-by: cuddle-please <bot@cuddle.sh> Reviewed-on: #7 |
||
---|---|---|
.config | ||
ci | ||
crates | ||
docs | ||
scripts | ||
templates | ||
.drone.yml | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
cuddle.yaml | ||
LICENSE | ||
mkdocs.yml | ||
README.md | ||
renovate.json |
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 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
Checklist
0.2 Milestone
- Add docs
- Add asciinema
- Create docker image
- Add examples
- Fx drone config
- Releaser
- On main/master
- Fx drone config
- Add reporter for PR and Repositories
- tbd...
0.3 Milestone
- Add inquire for missing values when needed (when not running in ci or have a proper tty)
- Break down cuddle-please-misc
0.x Milestone
- Add github support
- Add custom strategies
- Add more granular tests