Go to file
kjuulh 86f96460ee
docs: fix admonitions
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-02 14:16:23 +02:00
.config feat: refactor frontend configuration 2023-08-01 02:31:44 +02:00
crates feat: update with repository 2023-08-02 12:25:48 +02:00
docs docs: fix admonitions 2023-08-02 14:16:23 +02:00
scripts feat: add mkdocs 2023-07-28 22:07:07 +02:00
.gitignore chore(release): 0.0.1 (#4) 2023-08-01 15:53:50 +00:00
Cargo.lock chore: update versions 2023-08-01 22:57:00 +02:00
Cargo.toml feat: add basic version 2023-08-02 12:30:49 +02:00
CHANGELOG.md chore(release): 0.1.0 (#6) 2023-08-01 20:54:26 +00:00
cuddle.yaml chore(release): 0.1.0 (#6) 2023-08-01 20:54:26 +00:00
LICENSE chore: add mit license 2023-08-02 12:20:34 +02:00
mkdocs.yml docs: add docs 2023-08-02 14:11:29 +02:00
README.md chore: add logging to stdout 2023-08-01 23:35:09 +02:00
renovate.json refactor: release command 2023-08-01 17:47:21 +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 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
  • 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