Skip to content

Commit 29b677e

Browse files
committed
Fix CI break from README heading-casing normalization
check:docs required the exact string '## Public contract guarantees' but the README normalization pass retitled it to Title Case, breaking CI. Update the manifest's required marker to match the new canonical heading instead of reverting the casing.
1 parent cdf8d3f commit 29b677e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contract.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"requiredSectionMarkers": [
268268
"### Token model",
269269
"### Root package",
270-
"## Public contract guarantees"
270+
"## Public Contract Guarantees"
271271
],
272272
"tokenContractRequiredHeadings": [
273273
"# Token Contract",

0 commit comments

Comments
 (0)