CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

✨ Versioning

Open lukepistrol opened this issue 2 years ago • 2 comments

Currently we deploy our pre-release with app version 1.0 and build 1.

We might want to implement a way to automatically increase the build number on pushes to the main branch.

Also we should, since this is an alpha release, change the version number to 0.0.1

Edit

The main reason for this is that currently Sparkle is not able to update the app since neither the version nor build changes.

Screenshot 2023-01-04 at 13 54 07

lukepistrol avatar Jan 04 '23 12:01 lukepistrol

I agree with changing the version number to 0.0.1. For updating the version number, can we just put into the script something to update the plist value of version number?

bombardier200 avatar Jan 04 '23 13:01 bombardier200

Something like this https://damienaicheh.github.io/xamarin/github/actions/2021/07/15/manage-mobile-version-github-actions-en.html

bombardier200 avatar Jan 04 '23 13:01 bombardier200