From f2c376884cfa5b30f4ee808ac636cdd6e52a8ec4 Mon Sep 17 00:00:00 2001 From: Francis Genet Date: Fri, 7 Nov 2025 13:56:56 -0800 Subject: [PATCH] Update doc for bump-bulk-cdk-version (#69244) --- .github/pr-welcome-internal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pr-welcome-internal.md b/.github/pr-welcome-internal.md index caeff1753d6..28efcb54e29 100644 --- a/.github/pr-welcome-internal.md +++ b/.github/pr-welcome-internal.md @@ -26,7 +26,7 @@ Airbyte Maintainers (that's you!) can execute the following slash commands on yo - JVM connectors: - `/update-connector-cdk-version connector=` - Updates the specified connector to the latest CDK version. Example: `/update-connector-cdk-version connector=destination-bigquery` - - `/bump-bulk-cdk-version type=patch changelog='foo'` - Bump the Bulk CDK's version. `type` can be major/minor/patch. + - `/bump-bulk-cdk-version bump=patch changelog='foo'` - Bump the Bulk CDK's version. `bump` can be major/minor/patch. - Python connectors: - `/poe connector source-example lock` - Run the Poe `lock` task on the `source-example` connector, committing the results back to the branch. - `/poe source example lock` - Alias for `/poe connector source-example lock`.