Making WordPress.org

Changeset 13875

Timestamp:
07/04/2024 03:38:13 AM (5 weeks ago)
Author:
dd32
Message:

Plugin Directory: Release Confirmation: always rebuild trunk.

See #5901;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php

    r13874 r13875  
    229229             *
    230230             * This is required as ZIP building occurs at the end of the import process, yet with
    231              * release confirmations the
     231             * release confirmations th
    232232             */
    233233            if ( ! $release['confirmed'] && ! $touches_stable_tag ) {
    234234                $zips_to_build = [];
    235235                foreach ( $svn_changed_tags as $svn_changed_tag ) {
    236                     // We're not concerned with trunk or stable tags.
    237                     if ( 'trunk' === $svn_changed_tag || $svn_changed_tag === $stable_tag ) {
     236                    // .
     237                    if ( $svn_changed_tag === $stable_tag ) {
    238238                        continue;
    239239                    }
    240240
     241
     242
     243
     244
     245
     246
     247
     248
     249
     250
    241251                    $this_release = Plugin_Directory::get_release( $plugin, $svn_changed_tag );
    242252                    if ( $this_release['confirmed'] && ! $this_release['zips_built'] ) {
Note: See TracChangeset for help on using the changeset viewer.