Issue #3275474: Update README instructions for testing the module
Merged
requested to merge issue/automatic_updates-3275474:3275474-update-readme-instructions into 8.x-2.x
1 unresolved thread
Compare changes
- Theresa Grannum authored
+ 1
− 19
@@ -14,22 +14,4 @@ Warning the 8.x-2.x version of this module is still in development and should on
@@ -14,22 +14,4 @@ Warning the 8.x-2.x version of this module is still in development and should on
2. Create a Drupal project via composer: `composer create-project drupal/recommended-project:9.2.5 test_updates_project`. Change `9.2.5` to the patch release before the most current version of Drupal. For instance, if the latest version of Drupal core is `9.2.8` then use `9.2.7`.
7. You should see a browser open and log you into the new Drupal site. Please take note of your login information.
11. You should see an update form with the next of Drupal core as the "Recommend Version". For instance if in step #1 you ran `composer create-project drupal/recommended-project:9.2.5 test_updates_project` and the latest version is `9.2.6` you will see `9.2.6` as the "Recommend Version".
17. You should be redirected to the "Available updates" page and see the message "Update Complete". **In the event additional updates are required, you will be redirected to an update pages for the additional updates.