@getluko/mobile-release-process
Scripts to automate git flow used by our mobile team when releasing.
The mobile-release-process
command will:
- Ask you several questions to be sure that you can start the release
- Check the next app version number
- Prepare the master branch
- Push the branch to build the next alpha
- Prepare the next release
- Clean up the temporary branch
Configuration
- Install the package:
yarn add @getluko/mobile-release-process --dev
- Disclaimer: you need to edit
src/configuration.ts
to reflet your project file
We think about making this configuration dynamic on a next iteration if needed.
- Run the script
npx mobile-release-process
Next steps