callowayproject / bump-my-version

A small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment and optionally commit and tag the changes.
https://callowayproject.github.io/bump-my-version/
MIT License
349 stars 21 forks source link

Convert configuration file handling to allow extensions #177

Open coordt opened 6 months ago

coordt commented 6 months ago

Description

There have been a few requests on handling the configuration file.

This will provide an interface using the Pluggy library to enable users to write extensions to customize configuration file reading.

The interface will be described in upcoming comments on this issue.