sbi-dev / sbi

Simulation-based inference toolkit
https://sbi-dev.github.io/sbi/
Apache License 2.0
546 stars 133 forks source link

Use conventional commits and commit linter? #1152

Open janfb opened 2 months ago

janfb commented 2 months ago

For previous releases we crafted the CHANGELOG.md by hand. For the upcoming release this is a lot of work. So I looked into automated tools and came across:

A commit message convention and a linter that checks commit messages 🚓

I really like the idea, most importantly because it supports automatic generation of CHANGELOGs and semantic versioning.

image

any thoughts?

michaeldeistler commented 2 months ago

Depends on how well it works I guess :) If it just copies PR descriptions (or commit titles) then I think the resulting CHANGELOG will not really helpful, but if it has some LLM to filter relevant content then it might be great.