This document describes step-by-step how to release a new version of the library to pub.
-
floor_annotation
- Update CHANGELOG
- Update version
- Update dependencies
pub get
-
floor
- Update CHANGELOG
- Update README (with updated library versions)
- Update version
- Update dependencies
flutter packages get
-
floor_generator
- Update CHANGELOG
- Update version
- Update dependencies
pub get
-
Check if all dependencies can be resolved and project runs as expected
-
floor_annotation
pub publish
-
floor
- Change path of floor_annotation to point to pub hosted package
pub publish
-
floor_generator
- Change path of floor_annotation to point to pub hosted package
pub publish
-
Change path of floor_annotation to point to local package
- floor
- floor_generator
-
Update README (with updated library versions)
-
Update CHANGELOG
-
Push changes to repository