Appmaker Release
To release your app, you need to follow the steps below:
In appmaker CLI, run the following command to release your app
appmaker release
You will be prompted to enter the release notes for your app. Enter the release notes and press enter.
Submit for approval
To submit your app for approval, you need to follow the steps below:
In appmaker CLI, run the following command to submit your app for approval
appmaker publish
You will be prompted to select the version of your app. Select the version you want to submit for approval and press enter.
- You have successfully submitted your app for approval.
Helper commands
appmaker bump-version
- This command is used to bump the version of your app. It will bump the version of your app in the
package.json
file.
appmaker bump-version
- Select the version you want to bump and press enter.
- You have successfully bumped the version of your app.