Skip to content

Commit dc01bed

Browse files
authored
Add run-name with package name to single-package release workflows (#3287)
1 parent 38006e8 commit dc01bed

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/package-prepare-patch-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- opentelemetry-instrumentation-vertexai
1313
description: 'Package to be released'
1414
required: true
15+
run-name: "[Package][${{ inputs.package }}] Prepare patch release"
16+
1517
jobs:
1618
prepare-patch-release:
1719
runs-on: ubuntu-latest

.github/workflows/package-prepare-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
description: 'Package to be released'
1414
required: true
1515

16+
run-name: "[Package][${{ inputs.package }}] Prepare release"
1617
jobs:
1718
prereqs:
1819
runs-on: ubuntu-latest

.github/workflows/package-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- opentelemetry-instrumentation-vertexai
1313
description: 'Package to be released'
1414
required: true
15+
run-name: "[Package][${{ inputs.package }}] Release"
1516
jobs:
1617
release:
1718
runs-on: ubuntu-latest

RELEASING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
> - opentelemetry-sdk-extension-aws
2323
> - opentelemetry-instrumentation-openai-v2
2424
> - opentelemetry-instrumentation-vertexai
25+
>
2526
> These libraries are also excluded from the general release.
2627
2728
Package release preparation is handled by the [`[Package] Prepare release`](./.github/workflows/package-prepare-release.yml) workflow that allows

0 commit comments

Comments
 (0)