[wp-trac] [WordPress Trac] #64003: Generate a list of changed files when a new version is tagged
WordPress Trac
noreply at wordpress.org
Thu Sep 18 20:25:07 UTC 2025
#64003: Generate a list of changed files when a new version is tagged
------------------------------+---------------------
Reporter: desrosj | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: 6.9
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------+---------------------
Description changed by desrosj:
Old description:
> The HelpHub includes a section for listing all files changed during a
> release. Generating this list of files is usually done by manually
> running an SVN or Git command.
>
> {{{
> svn diff --summarize https://core.svn.wordpress.org/tags/6.1.1
> https://core.svn.wordpress.org/branches/6.2 | grep '^M'
> }}}
>
> As an example, this gives a list of files modified from 6.1.1 to 6.2.
>
> Generating a list of files requires a level of technical knowledge
> (checking out a repository, running a CLI command), but it shouldn’t.
>
> When a new version is tagged, a GotHub Action should run and generate the
> list of files so that any contributor can use the list to update
> documentation in the HelpHub, or wherever else it’s needed.
New description:
The HelpHub includes a section for listing all files changed during a
release. Generating this list of files is usually done by manually running
an SVN or Git command.
{{{
svn diff --summarize https://core.svn.wordpress.org/tags/6.1.1
https://core.svn.wordpress.org/branches/6.2 | grep '^M'
}}}
As an example, this gives a list of files modified from 6.1.1 to 6.2. I
don’t have the equivalent command handy, but this can also easily be
accomplished using Git.
Generating a list of files requires a level of technical knowledge
(checking out a repository, running a CLI command), but it shouldn’t.
When a new version is tagged, a GotHub Action should run and generate the
list of files so that any contributor can use the list to update
documentation in the HelpHub, or wherever else it’s needed.
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64003#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list