Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/narven/keepachangelog
- Owner: Narven
- License: mit
- Created: 2024-04-09T00:43:31.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-12T20:00:16.000Z (7 months ago)
- Last Synced: 2024-09-18T04:36:46.661Z (about 2 months ago)
- Topics: changelog, cli, rust
- Language: Rust
- Homepage: https://github.com/Narven/keepchangelog
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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
```