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
A new plugin beta version is published on every new and synchronized pull request.
New requirement
On every comment on the PR a new beta version of a plugin will be published with the same format that we have in the current implementation: <version in package.json>-beta.pr-<pr number>.<commit short sha (7 chars)>
i.e. for pr # 7441 1.2.1-beta.pr-7441.979a26c
get affected plugins
execute a publish dry run for every plugin that was changed and check if the current version can be published
publish
The text was updated successfully, but these errors were encountered:
@abrl91⚠️
Version bump validation must happen on PR for every commit as we don't want to merge a PR with changes on a plugin that has not been version bumped otherwise we will have a failing publish pipeline in master
Related issue: #7441
Current implementation
A new plugin beta version is published on every new and synchronized pull request.
New requirement
On every comment on the PR a new beta version of a plugin will be published with the same format that we have in the current implementation:
<version in package.json>-beta.pr-<pr number>.<commit short sha (7 chars)>
i.e. for pr # 7441
1.2.1-beta.pr-7441.979a26c
publish
dry run for every plugin that was changed and check if the current version can be publishedThe text was updated successfully, but these errors were encountered: