Build and Release
Build a Development Package
bash
cd frontend
yarn buildThe build output is located at:
text
frontend/dist/Release Process
Update version numbers:
versioninres/version.jsonversioninfrontend/package.jsonAppConfig.VERSIONinapp/core/config.py
Check
version_infoinres/version.json:- User-visible changes must be registered in the corresponding version entry.
- Do not keep appending entries to an already released version. Add a new version entry instead.
Commit changes to the repository.
Notify release reviewer DLmaster_361 to prepare the release:
- Do not skip this step. Release publishing requires signature approval from DLmaster_361.
Trigger the
构建并发布应用程序workflow.