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
fix(release): sync marketplace.json version on release
The sync-release-metadata.ts script updated package.json, server.json,
plugin.json, and README.md badges, but skipped marketplace.json — so
its plugin entry stayed pinned at 1.1.0 while the rest of the package
moved to 1.21.2.
Adds marketplace.json to the script (matching the plugin entry by
package.json name) and to the @semantic-release/git assets array so the
file is actually committed on release. One-time bump 1.1.0 → 1.21.2
included to bring the manifest into sync now.
0 commit comments