Skip to content

Commit

Permalink
Merge branch 'main' into add_k8s_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored Jan 27, 2025
2 parents 6f02b77 + 6217224 commit 90c96a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fi
version=${{ inputs.version }}
sed -i "0,/^schema_url: .*\/next$/s/\/next$/\/$version/" schema-next.yaml
sed -i "0,/^ next:$/s// $version:/" schema-next.yaml
cp schema-next.yaml "schemas/$version"
git add "schemas/$version"
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ markdown-toc:
if grep -q '<!-- tocstop -->' $$f; then \
echo markdown-toc: processing $$f; \
npx --no -- markdown-toc --bullets "-" --no-first-h1 --no-stripHeadingTags -i $$f || exit 1; \
elif grep -q '<!-- toc -->' $$f; then \
echo markdown-toc: ERROR: '<!-- tocstop -->' missing from $$f; exit 1; \
else \
echo markdown-toc: no TOC markers, skipping $$f; \
fi; \
Expand Down

0 comments on commit 90c96a0

Please sign in to comment.