---
title: Release
---

## Package and Release

Set the version number and remarks before uploading your code.

<Image
  src="/images/ide/new/7.png"
  style={{
    borderRadius: '10px',
    boxShadow: '0 0 5px rgba(0,0,0,0.3)',
  }}
/>


Click the question mark icon next to **Version No.** to view the latest develop version and latest release version. Just increase the version number by one each time you have a new release.

<Image
  src="/images/ide/new/8.png"
  style={{
    width: '50%',
    borderRadius: '10px',
    boxShadow: '0 0 5px rgba(0,0,0,0.3)',
  }}
/>

## Packaging process

1. Build
   * If any issues occur during compilation, you can check the [log](/en/miniapp/devtools/tools/workspace#debugging-section) to identify the problem.
   * If the issue persists, screenshot the log, locate the [log file](/en/miniapp/devtools/tools/feedback#log-files), and submit a service ticket.
2. Upload
   * If you enable upload multi-language
     * Compare the multi-language files on the platform with the local multi-language files,before uploading. dafault path for local files is: `./i18n/strings.json`
     * There may be a delay in synchronizing multi-language files for smart mini programs.
     *  key cannot contain spaces, and value cannot be empty.
   * The maximum package size is 5 MB.
   * Ensure a stable network connection when uploading.

