You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to catch up with the latest releases of bump-my-version, I am happy with the new addition of the regex support! 💪
It is a powerful feature, but maybe too powerful for newcomers. That's why I would like to suggest deactivating this mode by default, and make it opt-in only (by the way of a --regex option and/or regex = true in config files).
Reasons:
All examples in the documentation assumes the regex mode is disabled.
Syntax in TOML is not the same as syntax in INI format. Adds to the confusion.
Reduce migration effort from bump2version and bumpversion.
Reduce surprises from new users.
The majority of cases requires a simple search and replace on constant strings.
By switching off the regex mode by default, I want to achieve an easier onboarding of new users. Which should increase the popularity of bump-my-version and reduce the support effort from maintainers.
The text was updated successfully, but these errors were encountered:
Description
Trying to catch up with the latest releases of
bump-my-version
, I am happy with the new addition of the regex support! 💪It is a powerful feature, but maybe too powerful for newcomers. That's why I would like to suggest deactivating this mode by default, and make it opt-in only (by the way of a
--regex
option and/orregex = true
in config files).Reasons:
bump2version
andbumpversion
.By switching off the regex mode by default, I want to achieve an easier onboarding of new users. Which should increase the popularity of
bump-my-version
and reduce the support effort from maintainers.The text was updated successfully, but these errors were encountered: