- GitHub
- GitHub Actions
- Android
- iOS
I created 4 GitHub Actions to help you manipulate the version of your mobile application. These are all available on the GitHub Marketplace
When developing an application you always need to manage versions for your application. To deliver a new version of your application, one way to do it will be:
This kind of process is too long and error prone, while the only thing you want is to have the same version between your Git tag and your application package delivered. So why not just read the Git tag?
To solve this problem I developed a new set of free GitHub Actions to use in your workflow. These actions provide a way to extract the version from a Git repository tag and apply it to your project as you want.
Here there are:
I wrote a complete documentation on these new GitHub Actions, just follow my previous tutorial about it.