[wp-trac] [WordPress Trac] #54004: Bump Akismet (5.9 Edition)

WordPress Trac noreply at wordpress.org
Tue Jan 25 00:40:15 UTC 2022


#54004: Bump Akismet (5.9 Edition)
------------------------------+-----------------------
 Reporter:  kraftbj           |       Owner:  dd32
     Type:  task (blessed)    |      Status:  reopened
 Priority:  normal            |   Milestone:  5.9
Component:  Build/Test Tools  |     Version:
 Severity:  normal            |  Resolution:
 Keywords:                    |     Focuses:
------------------------------+-----------------------

Comment (by dd32):

 Hmm... The automatic bumping worked kind-of!

 Trunk was automatically updated in
 https://build.trac.wordpress.org/changeset/52225/trunk/wp-content/plugins

 branches/5.8 will be automatically updated next-time there's a commit to
 it.

 branches/5.9 didn't get automatically bumped, as the script bumps trunk &
 the branch of the version that https://api.wordpress.org/core/version-
 check/1.7/ returns.

 We didn't think about the notion of core being branched before release and
 there being an Akismet update in that time.

 I'll manually bump it for 5.9, and get the automatic bumping fixed up.
 The current code is:
 {{{
 svn propset svn:externals "akismet $LATEST_AKISMET_VERSION/"
 $CORE_CO/trunk/wp-content/plugins
 svn propset svn:externals "akismet $LATEST_AKISMET_VERSION/"
 $CORE_CO/branches/$LATEST_CORE_BRANCH/wp-content/plugins
 }}}

 I think I'll have to create a new API for it, and return `[ trunk,
 WP_CORE_DEV_BRANCH (5.9), WP_CORE_STABLE_BRANCH (5.8) ]` for this
 scenario, and `[ trunk, WP_CORE_STABLE_BRANCH (5.9) ]` for normal.

 Bumped it for branches/5.9 in
 https://build.trac.wordpress.org/changeset/52227

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54004#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list