Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jul 15, 2024
1 parent 8dc3b59 commit 5bd19ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ View changes made by the release script
# see also dagster-cloud-action-test
```

It is recommended to test the release with both Serverless and Hybrid deployments.

Serverless:
- GitLab: Deploy to a test organization in Dagster+ after updating the image version in the CI/CD file.
- 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+.

# Step 5b. Iterate

If you make any changes and rebuild the rc, you need to retag and push the release tag:
Expand Down

0 comments on commit 5bd19ef

Please sign in to comment.