-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to dbt-common and dbt-adapters package #390
Migrate to dbt-common and dbt-adapters package #390
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
@@ -56,7 +56,7 @@ For Trino- and Starburst-specific configuration, you can refer to [Starburst (Tr | |||
First 5 steps are ONLY relevant for bumping __minor__ version: | |||
1. Create `1.x.latest` branch from the latest tag corresponding to current minor version, e.g. `git checkout -b 1.6.latest v1.6.2` (when bumping to 1.7). Push branch to remote. This branch will be used for potential backports. | |||
2. Create new branch (Do not push below commits to `1.x.latest`). Add a new entry in `.changes/0.0.0.md` that points to the newly created latest branch. | |||
3. Run `changie merge` to update `README.md`. Commit. | |||
3. Run `changie merge` to update `README.md`. After that, remove changie files and folders related to current minor version. Commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we doing these steps manually?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, yes. After decoupling from dbt-core this process would probably change anyway. Maybe then we could automate it or update version-bump workflow.
a8697eb
to
437c99d
Compare
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
Migrate to dbt-common and dbt-adapters package.
Prepare for 1.8.0b1 release.