Open
Description
On mobile release is automatically prefilled based on the native application metadata, package@version+build
(for example, my.project.name@2.3.12+1234
).
On web, release is expected to be set manually by the user. Since Expo Web project contain metadata about the project name and version, we can match the behavior from mobile and fill in release based on the ExpoConfig.
https://docs.expo.dev/versions/latest/sdk/constants/