Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
21 lines (18 loc) · 874 Bytes

File metadata and controls

21 lines (18 loc) · 874 Bytes
Copy raw file
Download raw file
Edit and raw actions

Releasing docs

There are two long-lived branches of this repo:

  • current is the version of dbt released at docs.getdbt.com

  • next reflects the next version of dbt to be releases. It is accessible at docs-next.getdbt.com, and a warning banner is displayed on the site.

  • Any fixes or revisions to existing docs should be merged into current

  • Any pre-release docs should be merged into next

  • The next branch should be rebased from current somewhat regularly

When new versions of dbt are released:

  1. Rebase next on top of current. The workflow might look something like this:
(current) $ git fetch
(current) $ git pull
(current) $ git checkout next
(next) $ git pull
(next) $ git rebase current -i
  1. Make a PR from next onto current
  2. Merge the PR once the deploy preview builds successfully
Morty Proxy This is a proxified and sanitized view of the page, visit original site.