Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/narven/keepachangelog

CLI / Crate API to manipulate CHANGELOG's by following keepachangelog.com guidelines, built with Rust.
https://github.com/narven/keepachangelog

changelog cli rust

Last synced: 25 days ago
JSON representation

CLI / Crate API to manipulate CHANGELOG's by following keepachangelog.com guidelines, built with Rust.

Awesome Lists containing this project

README

        

# keepachangelog

This is a CLI / Crate API to manipulate CHANGELOG's by following keepachangelog.com guidelines, built with Rust.

It intents to provide a programmatically approach to maintain CHANGELOG's.

**NOTE:** This is still a prototype.

## Developer

```sh
cargo install cargo-release
```

### Release

* Update Cargo.toml
* Release

```sh
cargo release
```