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
Users sometimes have trouble getting the exact command right for patching a release. The shorebird console could generate it for them. Or even the shorebird release output could.
It looks like the shorebird release output already does (although it's not clear if it contains the flags or not):
macOS app created at /Users/eseidel/Documents/GitHub/demos/mac_test/build/macos/Build/Products/Release/mac_test.app.
To create a patch for this release, run shorebird patch --platforms=macos --release-version=1.0.0+1
Note: shorebird patch --platforms=macos without the --release-version option will patch the current version of the app.
Users sometimes have trouble getting the exact command right for patching a release. The shorebird console could generate it for them. Or even the
shorebird release
output could.See also #2407.
The text was updated successfully, but these errors were encountered: