abelsiqueira / BestieTemplate.jl

Template for Julia Programming Language packages using the copier engine.
http://abelsiqueira.com/BestieTemplate.jl/
Mozilla Public License 2.0
36 stars 8 forks source link

Consider action to enforce Changelog #61

Open abelsiqueira opened 3 months ago

abelsiqueira commented 3 months ago

For instance: https://github.com/MakieOrg/Makie.jl/blob/master/.github/workflows/enforce_news.yml

abelsiqueira commented 2 months ago

For this to make sense, we would need to follow some commit practice, like https://www.conventionalcommits.org/en/v1.0.0/ or https://gitmoji.dev and then declare that commit of some list of types must change the CHANGELOG.md. It would make PR contributions a bit harder if we enforce the commit style, though.