Go to file
Kasper Juul Hermansen 0967e35fbf
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.2.0 (#7)
### 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
2023-08-03 23:23:05 +00:00
.config feat: refactor frontend configuration 2023-08-01 02:31:44 +02:00
ci chore(rust): fmt 2023-08-04 01:19:15 +02:00
crates chore(rust): fmt 2023-08-04 01:19:15 +02:00
docs docs: fix admonitions 2023-08-02 14:16:23 +02:00
scripts chore(ci): rename pr -> pull-request in ci:pr 2023-08-04 01:13:05 +02:00
templates feat: ci:main script for ci 2023-08-03 16:09:45 +02:00
.drone.yml feat(ci): on pr only 2023-08-04 01:04:32 +02:00
.gitignore chore(release): 0.0.1 (#4) 2023-08-01 15:53:50 +00:00
Cargo.lock feat: with working main 2023-08-03 23:31:53 +02:00
Cargo.toml feat: with ci 2023-08-02 16:31:31 +02:00
CHANGELOG.md chore(release): 0.2.0 (#7) 2023-08-03 23:23:05 +00:00
cuddle.yaml feat: ci:main script for ci 2023-08-03 16:09:45 +02: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