Skip to content

Commit 51a408e

Browse files
Add missing step to Modules/expat/refresh.sh instructions (GH-144719)
1 parent 7854597 commit 51a408e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Modules/expat/refresh.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,16 @@ This may be due to source changes and will require updating this script" >&2
6464
exit 1
6565
fi
6666

67-
echo "
67+
echo '
6868
Updated! next steps:
6969
- Verify all is okay:
7070
git diff
7171
git status
72-
- Regenerate the sbom file
72+
- Update the sbom file:
73+
Under the package "SPDXRef-PACKAGE-expat", update the "checksumValue",
74+
"downloadLocation", "referenceLocator", and "versionInfo" fields.
75+
- Regenerate the sbom file:
7376
make regen-sbom
74-
- Update warning count in Tools/build/.warningignore_macos
77+
- Update the warning count in Tools/build/.warningignore_macos:
7578
(use info from CI if not on a Mac)
76-
"
79+
'

0 commit comments

Comments
 (0)