Frontmatter
| id | 8365 |
| title | Integrate Release Index Generation into Release Workflow and Fix SEO Script |
| state | Closed |
| labels | bugenhancementbuild |
| assignees | tobiu |
| createdAt | Jan 6, 2026, 4:31 PM |
| updatedAt | Jan 6, 2026, 4:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8365 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 6, 2026, 4:36 PM |
Integrate
createReleaseIndexinto the release preparation workflow and fixgenerateSeoFiles.mjsissues.Objectives:
Workflow Integration:
buildScripts/prepareRelease.mjsto executecreateReleaseIndexbefore generating SEO files. This ensures the new version is present inreleases.jsonwhenllms.txtis generated.create-release-indexfrompackage.jsonscripts if it's no longer needed as a standalone command (or keep it for debugging).Fix
generateSeoFiles.mjs:ERR_INVALID_URLerror whenbaseUrlis missing. EnsuregetLlmsTxthandles relative paths gracefully or enforces abaseUrl.