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
--version no longer returns a version number. First of all, semantic-release goes with removing the version number from your package.json. But also, the version number really shouldn't matter.
Furthermore, you can now use all flags in an abbreviated manner as long as they are unambiguous. For example: android-icons --si xxhdpi works just like android-icons --size xxhdpi does. This works for all flags.