pypa / pipx

Install and Run Python Applications in Isolated Environments
https://pipx.pypa.io
MIT License
9.51k stars 396 forks source link

ci: clean up auto changelog on releases #1440

Closed henryiii closed 2 weeks ago

henryiii commented 1 month ago

I noticed on the last release that the auto generated changelog included some bot entries. Those can be cleaned out with a config file like this.

henryiii commented 1 month ago

I wonder if the [bot] is part of the name if if it's possible to match on that?

Gitznik commented 1 month ago

I wonder if the [bot] is part of the name if if it's possible to match on that?

Does not look like it from what I can see in the docs. I think this is fine :+1:

chrysle commented 1 month ago

Hmm, I think this might be needed; similar problem at https://github.com/jazzband/pip-tools/pull/1976#issuecomment-1707321760, but we didn't come to test it.

henryiii commented 1 month ago

I've been using this as is in a bunch of repos, and it works, you don't need the trailing [bot] for sure; it would be nice though if you could trigger on it.