Wulf / create-rust-app

Set up a modern rust+react web app by running one command.
https://create-rust-app.dev
Apache License 2.0
1.53k stars 62 forks source link

Automated changelog generation #145

Open Wulf opened 1 year ago

Wulf commented 1 year ago

This might mean we have to follow a commit message convention?

AnthonyMichaelTDM commented 1 year ago

I absolutely agree, this would be very cool

we could use git tags to track releases and maybe have a script that reads commit history between tags to generate the changelog?

AnthonyMichaelTDM commented 1 year ago

https://mokkapps.de/blog/how-to-automatically-generate-a-helpful-changelog-from-your-git-commit-messages/