Why
To have a workflow that automatically bumps the app version and creates a pull request, which will speed up the common process at the beginning of the sprint. The workflow will have the following features:
- Manually trigger and ask the developer to input the next version of the application.
- Replace the current app version with the new one (usually the
MARKETING_VERSION).
- Create a PR with type
Chore and a corresponding title.
Who Benefits?
iOS developers