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
Otherwise, we could assume that if prerelease != null && prerelease !== false (or simply if(prerelease)) then we always do current without asking for labels.
Notes:
We should ideally support the ability to assign major, minor, and patch for prereleases 😋
The following PR contains an example of how this could be tested
When dealing with prereleases, we may want to lock down the labels to only allow
release-current
.In that case, we should probably introduce the
level: current
to the list of accepted level definitions in a protected branch.Source: https://github.com/zowe-actions/octorelease/blob/master/packages/core/src/doc/IProtectedBranch.ts#L34
Otherwise, we could assume that if
prerelease != null && prerelease !== false
(or simplyif(prerelease)
) then we always do current without asking for labels.Notes:
The text was updated successfully, but these errors were encountered: