Skip to content

Commit

Permalink
add notes in the RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Aug 13, 2024
1 parent d53f63f commit 10141a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rfcs/0006-connector-publishing-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,11 @@ To publish a new connector version, follow these steps:
5. Once the workflow is successful, the new version of the connector will be available in the **Staging** Hasura DDN. Every new commit will overwrite the previous version of that connector in the staging DDN. So, feel free to push new commits to the PR to update the connector version in the staging DDN.
6. Once the PR is merged, the new version of the connector will be available in the **Production** Hasura DDN.

> [!NOTE]
> The `registry-update` workflow will only run on the PRs against the `main` branch of the repository.
P.S: Multiple connector versions can be published in the same PR. The `registry-update` workflow will publish all the versions in the PR to the registry.
> [!NOTE]
> Multiple connector versions can be published in the same PR. The `registry-update` workflow will publish all the versions in the PR to the registry.

## Updates to logo and README
Expand Down

0 comments on commit 10141a0

Please sign in to comment.