LearnNewsExamplesServices
Frontmatter
id8459
titleRemove standalone prepare-release script from package.json
stateClosed
labels
airefactoringbuild
assigneestobiu
createdAtJan 9, 2026, 11:59 AM
updatedAtJan 9, 2026, 11:59 AM
githubUrlhttps://github.com/neomjs/neo/issues/8459
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 9, 2026, 11:59 AM

Remove standalone prepare-release script from package.json

Closed v11.19.1 airefactoringbuild
tobiu
tobiu commented on Jan 9, 2026, 11:59 AM

Since buildScripts/publishRelease.mjs internally calls buildScripts/prepareRelease.mjs, the standalone prepare-release script in package.json is redundant and should be removed to encourage using the full release workflow.

tobiu added the ai label on Jan 9, 2026, 11:59 AM
tobiu added the refactoring label on Jan 9, 2026, 11:59 AM
tobiu added the build label on Jan 9, 2026, 11:59 AM
tobiu referenced in commit aea5bff - "chore: Remove redundant prepare-release script (#8459)" on Jan 9, 2026, 11:59 AM
tobiu assigned to @tobiu on Jan 9, 2026, 11:59 AM
tobiu
tobiu Jan 9, 2026, 11:59 AM

Input from Gemini 3 Pro:

✦ Removed the redundant prepare-release script from package.json. The release preparation logic is now exclusively handled within the publishRelease.mjs workflow.

tobiu closed this issue on Jan 9, 2026, 11:59 AM