bump2version icon indicating copy to clipboard operation
bump2version copied to clipboard

multiple file arguments on the command line, and the file= parameter in [bumpversion]

Open rbeyer opened this issue 6 years ago • 3 comments

I have file handling on my mind (#64) and I notice that there is a PendingDeprecationWarning on the ability to provide multiple files on the command line (and a similar warning on the undocumented files = parameter in the main [bumpversion] section of the config file--which accomplishes the same thing).

These PendingDeprecationWarnings are present in the upstream https://github.com/peritus/bumpversion. Why would that functionality be deprecated and is that still the plan?

rbeyer avatar Feb 20 '19 16:02 rbeyer

I've read somewhere that the 'multiple files' functionality predates the .bumpversion.cfg config file support.

So the assumption seems to be that a proper configuration file makes things more flexible (especially given that you can set options differently per file) and covers all needs.

And I think it actually does cover all needs, save for the #64 functionality.

florisla avatar Feb 22 '19 08:02 florisla

I guess it makes sense to fully deprecate this once we address #64.

c4urself avatar Aug 24 '19 23:08 c4urself

#111 also covers some of the use cases.

florisla avatar Jan 13 '20 10:01 florisla