Skip to content

Commit 6cd358f

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 b381538 commit 6cd358f

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
@@ -168,19 +168,6 @@ php phpDocumentor.phar \
168168

169169
rm -rf "$cachedir"
170170

171-
page=index.md
172-
cat <<EOF >$page
173-
---
174-
layout: default
175-
title: MaxMind GeoIP2 PHP API
176-
language: php
177-
version: $tag
178-
---
179-
180-
EOF
181-
182-
cat ../README.md >>$page
183-
184171
git add doc/
185172

186173
echo "Release notes for $tag:"

0 commit comments

Comments
 (0)