Skip to main content

14.11.8 Version Publishing Management

Administrators view published versions and manage version publishing on the Management Console → Version Control → Version Management page.

Opening Version Management

Click Management Console → Version Control → Version Management in the left menu.

Version Management Page

Page Layout

Top Status Bar

  • Version Publish Mode: Displays the current publish mode (Auto-Push / Manual)
  • Pending PR Count: Number of approved PRs since the latest version
  • Publish Button (Manual mode): Available when there are pending PRs
  • Refresh Button: Refresh the version list

Version List

ColumnDescription
Version No.Version identifier (short commit ID or custom version number)
Release NoteVersion description (the reason for change entered during Check-In)
Included PRsList of MRs/PRs included in this version; clickable links
Published AtVersion publish time
Published ByPerson who performed the publish
StatusRunning / Published

Status Descriptions

  • Running: The currently running version, green badge
  • Published: Historical published version, gray badge

The bottom of the page displays the current data version number:

  • Shows the tag name when a tag exists (e.g., v1.0.0)
  • Shows the first 8 characters of the commit ID when no tag exists
  • Shows "N/A" when not yet generated

Footer Data Version

Manual Publish (Manual Mode)

In manual mode, the administrator manually publishes a new version:

  1. Confirm that the "Pending PR Count" is greater than 0
  2. Click the + button in the top-right corner
  3. In the dialog, the system auto-generates a version number (modifiable)
  4. Enter the administrator password to confirm
  5. Click Publish

Manual Publish Dialog

Auto-Publish (Auto-Push Mode)

In auto-push mode, the system automatically publishes a new version after an MR/PR is merged — no administrator intervention required.

Auto-Publish Failure Handling

If an error occurs during auto-publish, the system does not record the version, and the local repository is reset to its pre-publish state. The administrator will still see a pending PR count > 0 on the Version Management page and can click the Publish button to manually retry.

Version Rollback

Under Development

The version rollback feature is currently under development and is not yet available.