- Read commits already in master
- Read branches which are not in master
- Combine commits and branches into a nice slack message
- Install it as a osx user launch agent and it will run every 2 weeks on monday
- clone this repo
- build with feature production
cargo build --release --features "production"
- copy the executable from
./target/release/
anywhere and run it
It's a mini project that I did for myself, because I want to learn the rust language more