Frontmatter
| id | 8459 |
| title | Remove standalone prepare-release script from package.json |
| state | Closed |
| labels | airefactoringbuild |
| assignees | tobiu |
| createdAt | Jan 9, 2026, 11:59 AM |
| updatedAt | Jan 9, 2026, 11:59 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8459 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 9, 2026, 11:59 AM |
Remove standalone prepare-release script from package.json
tobiu assigned to @tobiu on Jan 9, 2026, 11:59 AM

tobiu
Jan 9, 2026, 11:59 AM
Input from Gemini 3 Pro:
✦ Removed the redundant
prepare-releasescript frompackage.json. The release preparation logic is now exclusively handled within thepublishRelease.mjsworkflow.
tobiu closed this issue on Jan 9, 2026, 11:59 AM
Since
buildScripts/publishRelease.mjsinternally callsbuildScripts/prepareRelease.mjs, the standaloneprepare-releasescript inpackage.jsonis redundant and should be removed to encourage using the full release workflow.