sglang_v0.5.2/pytorch_2.8.0/scripts/release
hailin c8e8c1e9ff . 2025-09-20 16:09:34 +08:00
..
README.md . 2025-09-20 16:09:34 +08:00
apply-release-changes.sh . 2025-09-20 16:09:34 +08:00
cut-release-branch.sh . 2025-09-20 16:09:34 +08:00
tag-docker-images.sh . 2025-09-20 16:09:34 +08:00

README.md

PyTorch release scripts performing branch cut and applying release only changes

These are a collection of scripts that are to be used for release activities.

NOTE: All scripts should do no actual work unless the DRY_RUN environment variable is set to disabled. The basic idea being that there should be no potential to do anything dangerous unless DRY_RUN is explicitly set to disabled.

Order of Execution

  1. Run cut-release-branch.sh to cut the release branch
  2. Run tag-docker-images.sh to tag current docker images with release tag and push them to docker.io. These images will be used to build the release.
  3. Run apply-release-changes.sh to apply release only changes to create a PR with release only changes similar to this PR

Promoting packages

Scripts for Promotion of PyTorch packages are under test-infra repository. Please follow README.md