# yunikorn-release **Repository Path**: mirrors_apache/yunikorn-release ## Basic Information - **Project Name**: yunikorn-release - **Description**: Apache YuniKorn Release - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-26 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache YuniKorn Release ---- [![pre-commit](https://github.com/apache/yunikorn-release/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/apache/yunikorn-release/actions/workflows/pre-commit.yml) This project provides the instructions and tools needed to generate Apache YuniKorn release artifacts. Reference: - [ASF Release Creation Process](https://infra.apache.org/release-publishing.html) - [ASF Release Policy](http://www.apache.org/legal/release-policy.html). # Release Procedure A simplified procedure: - Create a release branch in all git repos, such as `branch-0.8` - Stabilize the release - Create a tag and prepare to generate the release, e.g `v0.8.0` - Run the release tool to generate source code tarball, checksum and signature - Upload tarball, signature and checksum as a release candidate - Start a voting thread for the project - Publish the release (source code, helm chart and pre-build images) - Update the website The full procedure is documented in the [release procedure](https://yunikorn.apache.org/community/release_procedure).