You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scripts/release-post.sh tool will need to be updated to understand the new changelog structure once nodejs/node#6503 lands. The new PR moves the specific changelogs for each release line into separate files in doc/changelogs/*. The pattern is simple: v4 releases will go into doc/changelogs/CHANGELOG_V4.md, v5 releases go into doc/changelogs/CHANGELOG_V5, etc. The specific changelog entries will no longer be listed in the root CHANGELOG.md file.