Skip to content

Commit a66f440

Browse files
Update relnotes workflow
1 parent a5c58e9 commit a66f440

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/webplat-relnotes.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
generate:
18-
name: Check if it's time and generate beta relnotes
18+
name: Generate the beta web platform release notes
1919
runs-on: ubuntu
2020
steps:
2121
- name: Checkout repo
@@ -27,11 +27,13 @@ jobs:
2727
npm install
2828
- name: Run script
2929
id: generate
30+
# This might create a new file, or not, depending on whether it's time
31+
# to generate the release notes.
3032
run: |
3133
cd scripts
3234
node web-platform-release-notes.js
3335
- name: Commit the changes if any
34-
id: pr
36+
id: commit
3537
run: |
3638
git checkout -b web-platform-release-notes
3739
git config --local user.email "${{ github.actor }}@users.noreply.github.com"

0 commit comments

Comments
 (0)