Home ›
Drush update not seeing the patch-level version of Drupal 8?Drush update not seeing the patch-level version of Drupal 8?
Submitted by Benjamin Melançon on January 8, 2016 - 10:35am
Does it appear that Drush update is not fetching the newest minor version update of Drupal 8? Changelog says 8.0.0 at the top, but you know 8.0.2 has been released, and drush up
or drush upc
says update information last refreshed that day yet says "No code updates available."?
Drush is right. Drupal 8 doesn't reflect the "most minor" versions, what Drupal 8's new semantic versioning calls patch-level updates, in the CHANGELOG.txt.
Use drush status
to see the current version including the third, patch-level, point version. You can also check composer.lock at "name": "drupal/core" for "version", e.g. "8.0.2".
Searched words:
drupal CHANGELOG.txt not showing minor versions
how to see drupal 8 patch-level version
Comments
Post new comment