-
Notifications
You must be signed in to change notification settings - Fork 101
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
more sophisticated versioning (take 2) #70
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.
This is the right idea. I'm still not sure why dbt --version
isn't working:
$ dbt --version
installed version: 0.18.1
latest version: 0.18.1
Up to date!
Plugins:
I don't understand why the CI job fails? I have merged #62 to master and it runs well. |
So I botched the copy and paste. fixed now. |
@@ -0,0 +1 @@ | |||
version = '0.18.0b2' |
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.
@mikaelene @jtcohen6 any guidance on what this version should be? We'll prolly cut a release soon-ish that incorporates all of these recent PRs....
do we include the most recent patch release (.1
) number? what does the b
mean?
version = '0.18.0b2' | |
version = '0.18.1b0' |
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.
I have not done any 0.18.1 release yet. If we fix the snapshot-check-strategy and make sure all connections variations work. Why not 0.18.1? 😀. That is a dbt version that it works well with
to resolve #66. should merge #62 first probably so we can get an auto-check that this PR doesn't break anything