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
* Use correct version reference in commit message
* Use correct version reference in changelog message
* Backfill changelog messages
* Add loop with timeout to keep trying to get the newly published CDK version until it is available
* Update error messaging when `source-declarative-manifest` cannot be published
# There is no pull request number as we do this manually, so will just reference when we started doing it manually for now
232
-
subcommand: "connectors --concurrency=1 --execute-timeout=3600 --name=source-declarative-manifest bump_version ${{ github.event.inputs.release-type }} '36501' 'Bump CDK version to ${{ steps.bumpversion.outputs.NEW_VERSION }}'"
240
+
subcommand: "connectors --concurrency=1 --execute-timeout=3600 --name=source-declarative-manifest bump_version ${{ github.event.inputs.release-type }} '36501' 'Bump CDK version to ${{needs.bump-version.outputs.new_cdk_version}}'"
233
241
python_registry_token: ${{ secrets.PYPI_TOKEN }}
234
242
- name: Commit and Push Changes
235
243
uses: stefanzweifel/git-auto-commit-action@v4
@@ -246,7 +254,7 @@ jobs:
246
254
channel-id: C04J1M66D8B
247
255
payload: |
248
256
{
249
-
"text": ":warning: A new version of Python CDK has been released but Connector Builder hasn't been automatically updated",
257
+
"text": ":warning: A new version of Python CDK has been released but `source-declarative-manifest` and Connector Builder haven't been automatically updated",
250
258
"blocks": [
251
259
{
252
260
"type": "section",
@@ -259,7 +267,7 @@ jobs:
259
267
"type": "section",
260
268
"text": {
261
269
"type": "mrkdwn",
262
-
"text": ":warning: Could not automatically create a PR for Connector Builder>\n"
270
+
"text": ":warning: Could not bump version of `source-declarative-manifest`.>\n"
0 commit comments