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
Can I include pre-release version only if stable version does not exists yet?
I develop package that in normal should include stable version of other package. For example 6.*
But now other package does not have stable version. So now I have to include pre-release version 6.*-*
Later when other package will have stable version I will need to change including to 6.* in my package to disable using pre-release versions.
How I can include stable version with optionally included pre-release if stable version does not exist?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Can I include pre-release version only if stable version does not exists yet?
I develop package that in normal should include stable version of other package. For example
6.*
But now other package does not have stable version. So now I have to include pre-release version
6.*-*
Later when other package will have stable version I will need to change including to
6.*
in my package to disable using pre-release versions.How I can include stable version with optionally included pre-release if stable version does not exist?
Beta Was this translation helpful? Give feedback.
All reactions