Skip to content

Commit 3ec53e6

Browse files
oschwaldclaude
andcommitted
Stop regenerating gh-pages index.md in release script
Hugo on `main` now owns the Pages index, so the release script no longer needs to write a Jekyll front-matter wrapper around README.md on the gh-pages branch. The phpDocumentor block that builds and publishes `doc/$tag/` is unchanged — that versioned tree continues to live on gh-pages and is preserved by the new workflow's `keep_files: true`. For STF-448. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent eeaaeb7 commit 3ec53e6

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

dev-bin/release.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -170,19 +170,6 @@ php phpDocumentor.phar \
170170

171171
rm -rf "$cachedir"
172172

173-
page=index.md
174-
cat <<EOF >$page
175-
---
176-
layout: default
177-
title: minFraud PHP API
178-
language: php
179-
version: $tag
180-
---
181-
182-
EOF
183-
184-
cat ../README.md >>$page
185-
186173
git add doc/
187174

188175
echo "Release notes for $tag:"

0 commit comments

Comments
 (0)