dbt-labs / dbt-rpc

A server that can compile and run queries in the context of a dbt project. Additionally, it provides methods that can be used to list and terminate running processes.
https://docs.getdbt.com/reference/commands/rpc
Apache License 2.0
19 stars 7 forks source link

[CT-364] Release dbt-rpc v0.2.0 #77

Closed leahwicz closed 2 years ago

leahwicz commented 2 years ago

We want to release version 0.2.0 of the RPC server with the latest changes we have made to it.

We also want to document the release process. Please create a How-To doc with the instructions that are successful.

I think the steps are (but needs verified and cleared up): 1) bump the version (ex. https://github.com/dbt-labs/dbt-rpc/pull/57) 2) wait for the CI to succeed from the push to main for the version bump (list of CI events) 3) use the artifacts from the CI run to manually create the GitHub release 4) upload the artifact to pypi as well (see how we do this for dbt-core)

leahwicz commented 2 years ago

Done 🎉 https://github.com/dbt-labs/dbt-rpc/releases/tag/v0.1.2rc1