After changing from - to / logical separation, the -preview suffix was mis-interpretable as part of the version.
Using a preview suffix would potentially cause the workflow to recursively loop, because the workflow branch filter would match both the release / hotfix branches, and every preview branch. We now use a preview prefix to domain-separate the preview branches.
-
to/
logical separation, the-preview
suffix was mis-interpretable as part of the version.preview
suffix would potentially cause the workflow to recursively loop, because the workflow branch filter would match both the release / hotfix branches, and every preview branch. We now use apreview
prefix to domain-separate the preview branches.