Skip to content

Commit 8310bb1

Browse files
committed
try the stuff
1 parent 5b88f19 commit 8310bb1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release-preparedness.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,19 @@ jobs:
6464
echo "::error file=packages/devtools_app/lib/src/framework/release_notes/release_notes.json,line=0,col=0,endColumn=0,title='Release Preparedness check failed'::If your change is user facing, add a release note. Otherwise add the 'Not User Facing' label to your PR"
6565
exit 1
6666
fi
67+
- name: Verify the release note integrity
68+
run: |
69+
cd tool/
70+
dart ./release_note_helper.dart verify -f ../packages/devtools_app/lib/src/framework/release_notes/release_notes-2.18.0.json
71+
- name: Backfill PR Urls
72+
env:
73+
PULL_NUMBER: ${{steps.get-pull-request-number.outputs.PULL_REQUEST_NUMBER}}
74+
run: |
75+
cd tool/
76+
dart ./release_note_helper.dart verify \
77+
-f ../packages/devtools_app/lib/src/framework/release_notes/release_notes-2.18.0.json \
78+
-u https://github.com/flutter/devtools/pull/$PULL_NUMBER
79+
6780
6881
# - name: Add PR Url to Release Notes
6982
# run:

0 commit comments

Comments
 (0)