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
Require generated aliases to meet stricter naming requirements (#9821)
Test alias names with a regex to ensure it meets requirements prior
to version upload. When we enable this for WCI we want to ensure that
we aren't failing builds because the name is invalid.
Preview Aliases: Force alias generation to meet stricter naming requirements.
6
+
7
+
For cases where CI is requesting Wrangler to generate the alias based on the branch name, we want a stricter check around the generated alias name in order to avoid version upload failures. If a valid alias name was not able to be generated, we warn and do not provide an alias (avoiding a version upload failure).
0 commit comments