Skip to content

Commit

Permalink
add detail to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson committed Aug 15, 2024
1 parent d3b8c38 commit 020134d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-or-update-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:
type: choice
description: Release Scope
options:
- experimental
- sdk
- semconv
- all
- experimental # all packages in experimental/packages
- sdk # all SDK packages, experimental and stable, excluding semantic conventions
- semconv # only semantic convention package
- all # all release packages, including API

jobs:
create-or-update-release-pr:
Expand Down

0 comments on commit 020134d

Please sign in to comment.