Skip to main content

Appmaker Release

To release your app, you need to follow the steps below:

  1. In appmaker CLI, run the following command to release your app

    appmaker release
  2. You will be prompted to enter the release notes for your app. Enter the release notes and press enter.

App Screenshot

Submit for approval

To submit your app for approval, you need to follow the steps below:

  1. In appmaker CLI, run the following command to submit your app for approval

    appmaker publish
  2. You will be prompted to select the version of your app. Select the version you want to submit for approval and press enter.

App Screenshot
  1. You have successfully submitted your app for approval.
App Screenshot

Helper commands

appmaker bump-version

  1. 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
  1. Select the version you want to bump and press enter.
App Screenshot
  1. You have successfully bumped the version of your app.
App Screenshot