Skip to content

Commit 7462358

Browse files
authored
chore: Add commit parameter to release notes workflow (#66)
1 parent 3906f8e commit 7462358

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-gh-notes.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
required: true
1212
description: 'npm package of the release repo'
1313
type: string
14+
commit:
15+
required: false
16+
description: 'commit to generate release notes'
17+
type: string
1418

1519
permissions:
1620
contents: write
@@ -22,3 +26,4 @@ jobs:
2226
with:
2327
npm_package: ${{ github.event.inputs.npm_package }}
2428
version: ${{ github.event.inputs.version }}
29+
commit: ${{ github.event.inputs.commit }}

0 commit comments

Comments
 (0)