ci: Ensure stable npm packages are tagged as latest after release (backport to release-candidate/2.17.x)#28765
Merged
Matsuuu merged 1 commit intorelease-candidate/2.17.xfrom Apr 21, 2026
Conversation
5 tasks
Contributor
Performance ComparisonComparing current → latest master → 14-day baseline
Memory consumption baseline with starter plan resources
docker-stats
Idle baseline with Instance AI module loaded
How to read this table
|
Matsuuu
approved these changes
Apr 21, 2026
Contributor
Author
|
Got released with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #28755 to
release-candidate/2.17.x.Checklist for the author (@Matsuuu) to go through.
After this PR has been merged, it will be picked up in the next patch release for release track.
Original description
Summary
Adds a workflow and supporting scripts to ensure that stable npm packages in the monorepo are correctly tagged as
lateston npm after a release.What this does:
release-set-stable-npm-packages-to-latest.ymlthat checks out thestabletag, lists all public monorepo packages, and runsnpm dist-tag add <pkg>@<version> latestfor each.pnpm-utils.mjshelper to list monorepo packages viapnpm ls.set-latest-for-monorepo-packages.mjsscript that performs the actual dist-tag updates.release-publish-post-release.ymlonminorbumps orstabletrack releases.Changes to existing release code:
How to test:
Run the
release-set-stable-npm-packages-to-latestworkflow manually viaworkflow_dispatchafter a stable release, and verify npm packages have thelatestdist-tag pointing to the stable version.Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/CAT-2847
Review / Merge checklist
Backport to Beta,Backport to Stable, orBackport to v1(if the PR is an urgent fix that needs to be backported)🤖 PR Summary generated by AI