Skip to content

Commit

Permalink
Removes -contrib from example release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Jan 31, 2025
1 parent f0980ae commit 669643c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

Building and releasing integrations is accomplished with GitHub actions where each library or integration has its own workflow.

For example, the `dagster-contrib-modal` integration has a workflow defined at `.github/workflows/release-dagster-contrib-modal.yml`.
For example, the `dagster-modal` integration has a workflow defined at `.github/workflows/release-dagster-modal.yml`.

Releases are triggered by creating a git tag of the pattern `<integration-name>-X.X.X`. For example:

```sh
git tag dagster_contrib_modal-0.0.2
git tag dagster_modal-0.0.2
```

```sh
git push origin dagster_contrib_modal-0.0.2
git push origin dagster_modal-0.0.2
```

Where the tag must match the prefix of the files generated in the `dist/` folder:

```sh
ls libraries/dagster-contrib-modal/dist/
ls libraries/dagster-modal/dist/

total 16
-rw-r--r--@ 2.0K Oct 23 14:06 dagster_modal-0.0.1-py3-none-any.whl
Expand Down

0 comments on commit 669643c

Please sign in to comment.