Run the make command corresponding to the semver you want to update to.
make patch
make minor
make major
These commands do the following:
- update pubspec.yaml version
- insert empty template for CHANGELOG.md
- update pubspec.lock of example and e2e
cd ./flutter/nubrick_flutter/example
flutter build ios --no-codesign
open ios/Runner.xcworkspace
flutter run
cd ./flutter/nubrick_flutter/example
open -a Android\ Studio android ./android