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
Currently the logic to determine if publish-prereleases = true makes it into the plan depends on the prerelease=true flag being set for both of the npm and homebrew v1 config blocks. If both of those are None, we default to false. However, its possible to have custom publish jobs which would also be skipped on prerelease. I feel that if both are None, we should still respect the value set in the dist config, if its set, before defaulting to false. I think this could be a breaking change, if there are custom publish jobs that users are expecting not to execute on prerelease.
The text was updated successfully, but these errors were encountered:
jackkleeman
added a commit
to jackkleeman/cargo-dist
that referenced
this issue
Feb 4, 2025
Currently the logic to determine if publish-prereleases = true makes it into the plan depends on the prerelease=true flag being set for both of the npm and homebrew v1 config blocks. If both of those are None, we default to false. However, its possible to have custom publish jobs which would also be skipped on prerelease. I feel that if both are None, we should still respect the value set in the dist config, if its set, before defaulting to false. I think this could be a breaking change, if there are custom publish jobs that users are expecting not to execute on prerelease.
The text was updated successfully, but these errors were encountered: