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
I plan on using this for Flutter. As the build number is mandatory there (for iOS and Android versioning), any change that increments the version number will also require a build number increment for the new version to register as a new one on Android and iOS.
I was thinking of a syntax such as:
$ pubver bump minor build
The text was updated successfully, but these errors were encountered:
Hi, thanks for the suggestion. That should be possible by running two commands at once, e.g. pubver bump minor && pubver bump patch. Would it work for you?
Thinking about your suggestion, I guess what I want could be achieved by calling pubver bump minor -b && pubver bump patch (otherwise the patch number gets lost when bumping the minor).
Now I only wish it would #17 was resolved so that my comments and formatting wouldn't change.
I plan on using this for Flutter. As the build number is mandatory there (for iOS and Android versioning), any change that increments the version number will also require a build number increment for the new version to register as a new one on Android and iOS.
I was thinking of a syntax such as:
The text was updated successfully, but these errors were encountered: