From 88081d69127745efa15b2832ab6eb6fbed9d103b Mon Sep 17 00:00:00 2001 From: Maxime Armstrong Date: Mon, 15 Jul 2024 14:25:46 -0400 Subject: [PATCH] Update CONTRIBUTING.md post review --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 903d84a..58bfaa1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,7 +86,7 @@ Serverless: - GitHub: Deploy to a test organization in Dagster+ with both PEX and docker deployments. Hybrid: -- GitHub: Create a new branch in the [Hooli repo](https://github.com/dagster-io/hooli-data-eng-pipelines) to update the release version. Push your changes and open a PR to test the deployment to Dagster+. +- GitHub: Create a new branch in the [Hooli repo](https://github.com/dagster-io/hooli-data-eng-pipelines) to update the tags with the new version in the CI/CD file. Push your changes and open a PR to test the deployment to Dagster+. # Step 5b. Iterate