To release new version:
-
bump the version of
objectbox_inspector/pubspec.yaml -
Add a changelog to
objectbox_inspector/CHANGELOG.MD -
bump the version of
objectbox_inspector_generator/pubspec.yaml -
Add a changelog to
objectbox_inspector_generator/CHANGELOG.MD -
commit all changes (and add a commit message describing the change)
-
add a git tag (with the versions in the pubspec.yaml) in the format
vX.X.X. -
push to
main.
NOTE:
Keep the versions between objectbox_inspector & objectbox_inspector_generator the same.