It's my first pull-request, so be kind with me. 🙂
For my own CI/CD pipelines I want to be able to create releases. Your codeberg CLI project seems really fancy, but it's missing commands to interact with releases. (see #17)
I tried my best to mimic your code style and only created the release list and release create subcommands for now. I'm open for feedback and/or tips to improve my PR. If you're fine with my commits I'm also willing to implement some more release subcommands and extend the list of optional paramaters.
This supersedes #223
> It's my first pull-request, so be kind with me. 🙂
>
> For my own CI/CD pipelines I want to be able to create releases. Your codeberg CLI project seems really fancy, but it's missing commands to interact with releases. (see #17)
>
> I tried my best to mimic your code style and only created the release list and release create subcommands for now. I'm open for feedback and/or tips to improve my PR. If you're fine with my commits I'm also willing to implement some more release subcommands and extend the list of optional paramaters.
This supersedes #223