cuddle-please-commands

Crates.iocuddle-please-commands
lib.rscuddle-please-commands
version0.1.0
sourcesrc
created_at2023-08-02 10:28:04.236257
updated_at2023-08-02 10:28:04.236257
descriptionA 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
repositoryhttps://git.front.kjuulh.io/kjuulh/cuddle-please
max_upload_size
id932598
size25,547
Kasper Juul Hermansen (kjuulh)

documentation

README

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
Commit count: 0

cargo fmt