You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that manages the CDK changelog, making a new release for `airbyte_cdk`, publishing it to PyPI, and then making a commit to update (and subsequently auto-release)
201
+
that manages the CDK changelog, making a new release for `airbyte_cdk`, publishing it to PyPI, and
202
+
then making a commit to update (and subsequently auto-release)
and Connector Builder (in the platform repository).
205
205
206
-
> [!Note]: The workflow will handle the `CHANGELOG.md` entry for you. You should
207
-
> not add changelog lines in your PRs to the CDK itself.
208
-
209
-
> [!Warning]: The workflow bumps version on it's own, please don't change the
210
-
> CDK version in `pyproject.toml` manually.
211
-
212
-
1. You only trigger the release workflow once all the PRs that you want to be included are already merged into the `master` branch.
213
-
2. The [`Publish CDK Manually`](https://github.com/airbytehq/airbyte/actions/workflows/publish-cdk-command-manually.yml) workflow from master using `release-type=major|manor|patch` and setting the changelog message.
214
-
3. When the workflow runs, it will commit a new version directly to master
215
-
branch.
216
-
4. The workflow will bump the version of `source-declarative-manifest` according to the `release-type` of the CDK, then commit these changes
217
-
back to master. The commit to master will kick off a publish of the new version of `source-declarative-manifest`.
218
-
5. The workflow will also add a pull request to `airbyte-platform-internal`
219
-
repo to bump the dependency in Connector Builder.
206
+
> [!Note]: The workflow will handle the `CHANGELOG.md` entry for you. You should not add changelog
207
+
> lines in your PRs to the CDK itself.
208
+
209
+
> [!Warning]: The workflow bumps version on it's own, please don't change the CDK version in
210
+
> `pyproject.toml` manually.
211
+
212
+
1. You only trigger the release workflow once all the PRs that you want to be included are already
0 commit comments