Description
I'd like to suggest a new option to include additional files to bump commit. This would be especially useful to include changelog or similar release-related files.
Currently, I use --allow-dirty. But that doesn't ensure the changelog is included to the git stage. This may cause the commit/tag to be created without necessary files.
Description
I'd like to suggest a new option to include additional files to
bumpcommit. This would be especially useful to include changelog or similar release-related files.Currently, I use
--allow-dirty. But that doesn't ensure thechangelogis included to the git stage. This may cause the commit/tag to be created without necessary files.