diff --git a/hacks/isolateVersion/2-deleteOtherVersions.sh b/hacks/isolateVersion/1-deleteOtherVersions.sh similarity index 100% rename from hacks/isolateVersion/2-deleteOtherVersions.sh rename to hacks/isolateVersion/1-deleteOtherVersions.sh diff --git a/hacks/isolateVersion/1-reduceVersionManifest.sh b/hacks/isolateVersion/2-reduceVersionManifest.sh similarity index 100% rename from hacks/isolateVersion/1-reduceVersionManifest.sh rename to hacks/isolateVersion/2-reduceVersionManifest.sh diff --git a/hacks/isolateVersion/allSteps.sh b/hacks/isolateVersion/allSteps.sh index 5616d528af..1e91f17887 100755 --- a/hacks/isolateVersion/allSteps.sh +++ b/hacks/isolateVersion/allSteps.sh @@ -31,11 +31,11 @@ script_index=$1 script_directory=$(cd "$(dirname "$0")" && pwd) if [[ "$script_index" == 1 || -z "$script_index" ]]; then - source $script_directory/1-reduceVersionManifest.sh + source $script_directory/1-deleteOtherVersions.sh fi if [[ "$script_index" == 2 || -z "$script_index" ]]; then - source $script_directory/2-deleteOtherVersions.sh + source $script_directory/2-reduceVersionManifest.sh fi if [[ "$script_index" == 3 || -z "$script_index" ]]; then @@ -50,7 +50,7 @@ if [[ "$script_index" == 5 || -z "$script_index" ]]; then source $script_directory/5-updateThemeComponents.sh fi -notify "Automated steps are complete!" +notify "Automated steps are complete! For ease of review, consider PR'ing the deletion commits separate from the rest of the changes." notify "Manual steps that remain: 5. Update the docusaurus.config.js 6. Update CI workflows