dbt-labs / dbt-core

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
https://getdbt.com
Apache License 2.0
9.28k stars 1.54k forks source link

Automate releases #2229

Closed drewbanin closed 4 years ago

drewbanin commented 4 years ago

Describe the feature

dbt releases should be as automated as possible. Some ideas:

Describe alternatives you've considered

Do it manually

beckjake commented 4 years ago

Some notes I have locally regarding future steps:

Two scripts: A tagger and a CI script

Tagger:

CI script:

Homebrew automation:

Dockerfile automation:

drewbanin commented 4 years ago

closing in favor of https://github.com/fishtown-analytics/dbt/issues/2436