jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.56k stars 588 forks source link

Exclude bots from generated release notes #590

Closed hugovk closed 3 months ago

hugovk commented 3 months ago

When "Click "Generate release notes" (https://github.com/jazzband/tablib/blob/master/RELEASING.md), by default it includes any bot contributions like pre-commit.

See https://github.com/tox-dev/tox-ini-fmt/pull/120 for a more extreme example.

We don't need to include those in the generated release notes, so here's config to exclude them.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.66%. Comparing base (2c71cd4) to head (818bb08).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #590 +/- ## ======================================= Coverage 92.66% 92.66% ======================================= Files 28 28 Lines 2958 2958 ======================================= Hits 2741 2741 Misses 217 217 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.