trixi-framework / Trixi.jl

Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia
https://trixi-framework.github.io/Trixi.jl
MIT License
505 stars 98 forks source link

Filter out dependabot commits in release changelog #1964

Closed benegee closed 1 month ago

benegee commented 1 month ago

For libtrixi we recently removed dependabot's commit messages from the changelog, see https://github.com/trixi-framework/libtrixi/pull/179. This can be done base on the assigned label:

          changelog_ignore: dependencies

(As such it does not capture CompatHelper's messages.)

Would this be of interest to Trixi, too?

@sloede

ranocha commented 1 month ago

It's about the release notes on Trixi.jl, isn't it? I find it useful to have this additional information and do not really see a benefit of dropping it, to be honest. What am I missing?

benegee commented 1 month ago

Nothing! That is perfectly fine!