Is there a tool people use for bumping release versions of apps? I mean the dance that one needs to do before every minor release of an app, where you edit the version in pubspec.yaml, and probably also change the version string in some Dart file, and then make a commit and add a tag that says something like "v1.0.234".
I got so bored by this that I made a tiny one-off tool for Knights of San Francisco. But there must be something out there, no?