MushroomObserver / mushroom-observer-mobile

Mushroom Observer's mobile application
5 stars 2 forks source link

Figure out how to increment the version number and create a new release #76

Closed mo-nathan closed 8 months ago

mo-nathan commented 8 months ago

The following lists of actions originated from ChatGPT.

Android

Blocked due to toolchain issues.

iPhone

Not ready to do the following:

mo-nathan commented 8 months ago

To update the version in Android Studio edit the values of versionCode and versionName in android/app/build.gradle.

To update the version in Xcode, select "Reveal Project Navigator". Click the project name ("MushroomObserver"). Select "MushroomObserver" under "TARGETS" (left side of middle panel). Scroll all the way down to "Versioning" in the middle panel. Update the "Current Project Version" and "Marketing Version".

mo-nathan commented 8 months ago

This has gotten as far as I think is reasonable at this time. Once we have the Android toolchain updated and we have enough changes to warrant an actual release we'll open another issue. I think the path to creating a release is as clear to me as it can be at the moment.