Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 0 additions & 120 deletions .github/scripts/generate-release-notes.sh

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Starts the stable Python SDK release process by opening a PR that bumps the
# package version. Merge the PR to trigger the approval-gated publish workflow.
# package version. After merging, manually publish the merge commit's SHA.
name: Prepare Stable Python SDK Release

on:
Expand Down Expand Up @@ -61,6 +61,6 @@ jobs:
commit-message: "chore: release Python SDK v${{ inputs.version }}"
title: "chore: release Python SDK v${{ inputs.version }}"
body: |
Automated stable Python SDK release PR for `${{ inputs.version }}`. Merging will trigger approval-gated publishing and create the `py-sdk-v${{ inputs.version }}` release tag.
Automated stable Python SDK release PR for `${{ inputs.version }}`. After merging, run `Publish Python SDK` with the merge commit SHA to publish and create the `py-sdk-v${{ inputs.version }}` release tag.

${{ steps.changeset.outputs.body }}
Loading