donder-release 1.1.2

Quickly create releases on Github from the command line or CI using conventional commits.
# donder-release

Quickly create releases on Github from the command line or CI using conventional commits.

## Installation

#### With Cargo

```bash
cargo install donder-release
```

#### With Npm

See CLI options:

```bash
npm install -g donder-release-cli
```

## Usage

See CLI options:

```bash
donder-release --help
```

#### TODO

- Footer links support
- Add documentation
- Add tests
- Add CI
- Add support to other git providers(?)
- Add support for mono-repos(?)