[[documentation](https://docs.rs/crate/gitmoji-changelog)] [[repository](https://github.com/fabienjuif/gitmoji-changelog-rust)]
Do you use gitmoji? Then generate your changelog with this app!
This is a Rust version of gitmoji-changelog.
I was sad about the space it takes in a Docker container with the NodeJS version and I am learning Rust: so I was curious and it helps me have a little Rust CLI project to play with.
With Docker 🐳!
You should have tag in the repository you want to test.
sh
docker run --rm -v ${PWD}:/repo fabienjuif/gitmoji-changelog
For now, this project is just a test I do. But if I (or you) want to push this further: - [x] List commits betweens 2 hashes - [x] Group commits by "code" - [x] Group commits by version - [x] Create a markdown - [ ] Create an incremental markdown - [ ] Detect which tags to start from - [ ] Add author - [ ] Group similar commits
This is a lot of work and I this is surely not worh it!
Create the Docker image with:
sh
make
All other commands pass through Cargo.