|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| apply-release-changes.sh | ||
| cut-release-branch.sh | ||
| tag-docker-images.sh | ||
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_RUNenvironment variable is set todisabled. The basic idea being that there should be no potential to do anything dangerous unlessDRY_RUNis explicitly set todisabled.
Order of Execution
- Run cut-release-branch.sh to cut the release branch
- 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.
- 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