mirror of
https://github.com/MengMengCode/CLICD.git
synced 2026-08-05 05:36:07 +08:00
1019 B
1019 B
Release Process
CLICD installation and upgrade rely on GitHub Release artifacts. Use semantic version tags such as v1.1.6.
Version Number
Check the version in:
backend/internal/version/version.gofrontend/package.json- Release tag.
Release Artifacts
The installer first tries to download the Linux AMD64 or ARM64 archive for the host architecture:
clicd-linux-amd64.tar.gz
clicd-linux-arm64.tar.gz
In some cases, it may also try the standalone binary:
clicd-linux-amd64
clicd-linux-arm64
Installer Behavior
CLICD_VERSION=latest: use GitHubreleases/latest.CLICD_VERSION=vX.Y.Z: download artifacts from the specified release tag.
Example:
CLICD_VERSION=v1.1.6 sh install.sh
Post-release Verification
- The installer can download the new version.
systemctl status clicdis healthy./api/versionreturns the new version.- The web panel can load frontend assets.
- Container list, task queue, and API Key pages open correctly.