kmfarley11 / version-checker

Keep tabs on all hardcoded versions in your code
MIT License
0 stars 0 forks source link

investigate smarter bumpversion cfg use #3

Open kmfarley11 opened 3 years ago

kmfarley11 commented 3 years ago

look into adding configurations, regex, shorthand to bumpversion cfg for use in our file searches as-is just replaces current_version & new_version per bump2version, but regex etc. would be nice

kmfarley11 commented 3 years ago

make sure we can support release & tag & parse configs: i.e. https://williamhayes.medium.com/versioning-using-bumpversion-4d13c914e9b8

kmfarley11 commented 3 years ago

while in here, consider moving BASE_VERSION & env var stuff to cfg...

kmfarley11 commented 2 years ago

I found some useful protected methods in bumpversion, opened an issue over there to see if it can be publicly exposed https://github.com/c4urself/bump2version/issues/222