Closed
Description
Process for each dependent package
First, check if this is a breaking change
- Increase the upper bound of the
dbt-utils
version:
config in thepackages.yml
of the dependent package, e.g.:
# packages.yml
packages:
- package: fishtown-analytics/dbt_utils
version: [">=0.6.0", "<0.7.0"]
- Push to a new branch to see if tests pass
If this is not a breaking change:
- Create a patch release
If this is a breaking change:
- Fix any breaking changes
- Increase the lower bound to the current dbt-utils minor version
- Create a minor release for the package
Checklist of dependent packages
Metadata
Assignees
Labels
No labels