Skip to content

dbt Minor Release Follow up for dbt-utils v0.6.0 #273

Closed
@clrcrl

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 the packages.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

package PR Release
audit-helper Merged 0.3.0
codegen Merged 0.3.0
redshift Merged 0.4.1
event-logging Merged 0.4.1
snowplow Merged 0.12.0
external-tables Merged 0.5.0
segment Merged 0.5.1
facebook-ads Merged 0.6.0
stitch-utils Merged 0.2.1

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions