diff --git a/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc b/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc
index f2ba2fa6118e78761b6595ee2a17c71b50b47477..02c53e382aa4ca4654e9c274d53c0324b0cd1f59 100644
--- a/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc
+++ b/features/drupalorg_projects/drupalorg_projects.features.field_instance.inc
@@ -9845,14 +9845,9 @@ You may continue to put additional information below here, if there are other th
   // Exported field_instance: 'node-project_release-field_release_category'.
   $field_instances['node-project_release-field_release_category'] = array(
     'bundle' => 'project_release',
-    'default_value' => array(
-      0 => array(
-        'value' => 'current',
-      ),
-    ),
+    'default_value' => NULL,
     'deleted' => 0,
-    'description' => 'Many subsystems on drupal.org (PIFT/packages.drupal.org/issues) rely on being able to alter behavior based on the type of release it is handling. Formerly, we relied on api_tid and compared it against the major version. Now we have situations where there is no api_tid to handle both 8 and 9 types of releases.
-',
+    'description' => 'Many subsystems, like packaging, rely on being able to alter behavior based on the type of release it is handling. Formerly, we relied on api_tid and compared it against the core major version. There is no api_tid for releases compatible with Drupal 8 and later, which are “current” in this field.',
     'display' => array(
       'default' => array(
         'label' => 'hidden',
@@ -16464,8 +16459,7 @@ You may continue to put additional information below here, if there are other th
   t('License');
   t('Machine-readable name for the project. Only letters, numbers, and underscores are allowed. <em>Can not be changed</em> once the project is created.');
   t('Maintenance status');
-  t('Many subsystems on drupal.org (PIFT/packages.drupal.org/issues) rely on being able to alter behavior based on the type of release it is handling. Formerly, we relied on api_tid and compared it against the major version. Now we have situations where there is no api_tid to handle both 8 and 9 types of releases.
-');
+  t('Many subsystems, like packaging, rely on being able to alter behavior based on the type of release it is handling. Formerly, we relied on api_tid and compared it against the core major version. There is no api_tid for releases compatible with Drupal 8 and later, which are “current” in this field.');
   t('Module categories');
   t('Organization');
   t('Packaged Git sha1');
diff --git a/features/drupalorg_projects/drupalorg_projects.info b/features/drupalorg_projects/drupalorg_projects.info
index de2eb24771864f34fa15a30887a1766afb7fd7f2..b1b007f8777165ffba8d2eb238ee426d496e3f74 100644
--- a/features/drupalorg_projects/drupalorg_projects.info
+++ b/features/drupalorg_projects/drupalorg_projects.info
@@ -29,7 +29,7 @@ dependencies[] = taxonomy
 dependencies[] = text
 dependencies[] = views
 dependencies[] = views_content
-datestamp = 1726610879
+datestamp = 1735932858
 features[ctools][] = field_group:field_group:1
 features[ctools][] = panelizer:panelizer:1
 features[ctools][] = strongarm:strongarm:1