This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 549
How to Create a PR for New Release
Guoxin edited this page Dec 9, 2020
·
10 revisions
When new version is going to be released, the following contents need to updated:
-
README.md
- version name
- release note link
-
RELEASE_NOTE.md
- add release note for new release
- version/PAI.VERSION
- version name
-
docs/manual/cluster-admin/installation-guide.md
- branch_name
- docker_image_tag
- git clone source code branch
-
docs_zh_CN/manual/cluster-admin/installation-guide.md
- branch_name
- docker_image_tag
- source code branch
-
contrib/kubespray/config/config.yaml
- branch_name
- docker_image_tag
You can refer to release v1.4.0 for part of the infomation.
If there are any questions or concerns about this wiki, please open OpenPAI Issue directly.
- Developer handbook