shorebirdtech / docs

The shorebird docs site
https://docs.shorebird.dev
MIT License
9 stars 21 forks source link

doc: Explain app versioning #254

Open bryanoltman opened 3 months ago

bryanoltman commented 3 months ago

Topics to include (or at least include links to):

  1. Shorebird uses the version reported by the compiled app to determine Release version
    1. By default, this is the version in pubspec.yaml, BUT
    2. It can be changed by the user (e.g., with fastlane)
  2. How Info.plist and build.gradle consume version from pubspec (or not)
bryanoltman commented 3 months ago

Related to https://github.com/shorebirdtech/shorebird/issues/2271