はじめに
To make the changes you made to an app available for end-users, a release needs to be created which can be deployed to end-users. A release is a named version of your app, which will use a fixed build of the software.
注:
After a release has been created, it cannot be changed anymore.
Setting a version number
Before creating a release, check whether the version number displayed to the end-user at the bottom-left corner of the screen is correct. This version number can be set in the Application Settings and is only used for display purposes within the application.
Checking for local modifications
A requirement for creating a release is that no local changes exist in the workspace. You can check the log file from the Superadmin Workspaces tab to see whether there are any local changes. If there are these should be resolved first, either by committing or by reverting the local modifications.
Creating a release
A release can be given a name to indicate which version it corresponds to.
注:
The name of a release can only contain alphanumerical characters and some special characters.
Follow these steps to create a release.
Step | Action |
---|---|
1 | Go to the Superadmin Workspaces tab. |
2 | Select the workspace that contains the application for which you want to create a release from the Workspace drop-down list. |
3 | Select the application (.mvp ) for which you want to create a release in the Files list. |
4 | Click on the Workspace menu icon and select Create release.... |
5 | Enter a name for the release and click on OK. |
A release has been created. It now appears in the Superadmin Releases tab, where all the created releases are displayed. See illustration below.
注:
Created releases are shared among all developers and cannot be deleted!
4 か月前に更新