From a0cfc638b26d94af24fb86ec2df488109807fde7 Mon Sep 17 00:00:00 2001 From: Kyle T <33272306+KyleTryon@users.noreply.github.com> Date: Thu, 31 Mar 2022 09:57:56 -0400 Subject: [PATCH] docs: Clarify additional mods needed after migrate (#137) --- MIGRATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MIGRATION.md b/MIGRATION.md index 9f6301f5..4a0b77f3 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -33,12 +33,14 @@ Version 11.0.0 of orb-tools is composed of a major re-write that greatly changes 5. Run the script - `chmod +x migrate.sh` - `bash migrate.sh` + 6. After executing the script: - The script will ask you for some basic information about your orb, such as the namespace, name of the orb, and name of your publishing context. All of this information is present in your existing configuration. - Your existing configuration will be renamed to `config.yml.bak` - Two new configuration files will be downloaded from the template repository and modified with your inputs. - The migrate script will self-delete. + - You will be asked to modify the generated `.circleci/test-deploy` to ensure any jobs you have defined and orb jobs are tested. 7. _(OPTIONAL)_ Enable PR comments.