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
Build artifact names contain the version number. This creates a dependency between our test suite (see here, for example) and the version number. Not only is this a blocker for automation, it will create flaky tests on every release.
Solution
Remove version numbers from the build artifact name. The only place version numbers need be included is on the release channels (NPM, apache), not in built js files themselves.
The text was updated successfully, but these errors were encountered:
Problem
Build artifact names contain the version number. This creates a dependency between our test suite (see here, for example) and the version number. Not only is this a blocker for automation, it will create flaky tests on every release.
Solution
Remove version numbers from the build artifact name. The only place version numbers need be included is on the release channels (NPM, apache), not in built js files themselves.
The text was updated successfully, but these errors were encountered: