scientific-python / changelist

Prepare an automatic changelog from GitHub pull requests
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Add project specific configuration via local or remote `pyproject.toml` #30

Closed lagru closed 11 months ago

lagru commented 11 months ago

Closes #17. Closes #23.

The idea is to have three sources of configuration, in order of priority:

For the release notes:

Add support for configuration files either via a remote `pyproject.toml` or a local TOML
file given with the new option `--config`. This file allows the configuration of templates,
ways that changelist matches labels, finds summaries, as well as logins to ignore in the
contributor section.
lagru commented 11 months ago

Do you mind updating the README with configuration instructions?

Of course, I just didn't get to that part yet. ^^

stefanv commented 11 months ago

Looks good to me! As soon as there's a pointer from the README to the example config, we're good to go.