We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c58e9 commit a66f440Copy full SHA for a66f440
.github/workflows/webplat-relnotes.yaml
@@ -15,7 +15,7 @@ permissions:
15
16
jobs:
17
generate:
18
- name: Check if it's time and generate beta relnotes
+ name: Generate the beta web platform release notes
19
runs-on: ubuntu
20
steps:
21
- name: Checkout repo
@@ -27,11 +27,13 @@ jobs:
27
npm install
28
- name: Run script
29
id: generate
30
+ # This might create a new file, or not, depending on whether it's time
31
+ # to generate the release notes.
32
run: |
33
cd scripts
34
node web-platform-release-notes.js
35
- name: Commit the changes if any
- id: pr
36
+ id: commit
37
38
git checkout -b web-platform-release-notes
39
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
0 commit comments