From 9ee60ee79264e74a6792ef60ea43346bcf4a923f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Fri, 29 Mar 2019 22:45:51 -0400 Subject: [PATCH] DOC: Add Remote module PyPI update notice in Release guide Add Remote module PyPI update notice in Release guide. Take advantage of the commit to add the name of the script that commit e0fe885 left behind. --- Documentation/Maintenance/Release.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Documentation/Maintenance/Release.md b/Documentation/Maintenance/Release.md index dff8e4fcc76..4a8fc1fec07 100644 --- a/Documentation/Maintenance/Release.md +++ b/Documentation/Maintenance/Release.md @@ -333,12 +333,15 @@ Update Remote Modules In order to have the latest versions for all remote modules, and have them use the latest ITK tag, the following steps should be performed: -1. Update the ITK tag used in the `azure-pipelines.yml` CI configuration and the -`setup.py` Python setup files using the [](https://github.com/InsightSoftwareConsortium/ITK/tree/master/Utilities/Maintenance/) +1. Update the ITK tag used in the `azure-pipelines.yml` CI configuration and +the `setup.py` Python setup files, and update the remote module Python package +version to a new major version using the [UpdateRequiredITKVersionInRemoteModules.sh](https://github.com/InsightSoftwareConsortium/ITK/tree/master/Utilities/Maintenance/UpdateRequiredITKVersionInRemoteModules.sh) script. This will involve merging a new pull request to each remote module repository. -2. Update the remote modules to their latest commits using the +2. Upload the new remote module Python wheel to [PyPI]. + +3. Update the remote modules to their latest commits using the [UpdateRemoteModules.sh](https://github.com/InsightSoftwareConsortium/ITK/tree/master/Utilities/Maintenance/UpdateRemoteModules.sh) script.