You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2020/05/28 03:03:40 UTC

HACKING += release-lines.yaml? (was: svn commit: r1878162 - /subversion/trunk/tools/dist/release-lines.yaml)

stsp@apache.org wrote on Wed, 27 May 2020 14:34 -0000:
> Author: stsp
> Date: Wed May 27 14:34:18 2020
> New Revision: 1878162
> 
> URL: http://svn.apache.org/viewvc?rev=1878162&view=rev
> Log:
> * tools/dist/release-lines.yaml: Update supported release list for release.py.

Good catch.  Is this already documented in
docs/community-guide/releasing.part.html?  If not, should it be added?

>   1.14 is our new supported release, and 1.10 is also still supported.
>   The 1.13 and 1.9 release lines both drop out of support.
> 
> Modified:
>     subversion/trunk/tools/dist/release-lines.yaml
> 
> Modified: subversion/trunk/tools/dist/release-lines.yaml
> URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/release-lines.yaml?rev=1878162&r1=1878161&r2=1878162&view=diff
> ==============================================================================
> --- subversion/trunk/tools/dist/release-lines.yaml (original)
> +++ subversion/trunk/tools/dist/release-lines.yaml Wed May 27 14:34:18 2020
> @@ -22,9 +22,9 @@ tool_versions:
>    'trunk': *TOOL_VERSIONS_1_10
>  
>  # The version that is our current recommended release
> -recommended_release: '1.13'
> +recommended_release: '1.14'
>  # For clean-dist, a whitelist of artifacts to keep, by version.
> -supported_release_lines: ['1.9', '1.10', '1.13']
> +supported_release_lines: ['1.10', '1.14']
>  # Long-Term Support (LTS) versions
> -lts_release_lines: ['1.9', '1.10', '1.14']
> +lts_release_lines: ['1.10', '1.14']
>  
> 
> 


Re: HACKING += release-lines.yaml? (was: svn commit: r1878162 - /subversion/trunk/tools/dist/release-lines.yaml)

Posted by Stefan Sperling <st...@elego.de>.
On Thu, May 28, 2020 at 03:03:40AM +0000, Daniel Shahaf wrote:
> stsp@apache.org wrote on Wed, 27 May 2020 14:34 -0000:
> > Author: stsp
> > Date: Wed May 27 14:34:18 2020
> > New Revision: 1878162
> > 
> > URL: http://svn.apache.org/viewvc?rev=1878162&view=rev
> > Log:
> > * tools/dist/release-lines.yaml: Update supported release list for release.py.
> 
> Good catch.  Is this already documented in
> docs/community-guide/releasing.part.html?  If not, should it be added?

It is already documented. I followed the book :)

Re: HACKING += release-lines.yaml? (was: svn commit: r1878162 - /subversion/trunk/tools/dist/release-lines.yaml)

Posted by Stefan Sperling <st...@elego.de>.
On Thu, May 28, 2020 at 03:03:40AM +0000, Daniel Shahaf wrote:
> stsp@apache.org wrote on Wed, 27 May 2020 14:34 -0000:
> > Author: stsp
> > Date: Wed May 27 14:34:18 2020
> > New Revision: 1878162
> > 
> > URL: http://svn.apache.org/viewvc?rev=1878162&view=rev
> > Log:
> > * tools/dist/release-lines.yaml: Update supported release list for release.py.
> 
> Good catch.  Is this already documented in
> docs/community-guide/releasing.part.html?  If not, should it be added?

It is already documented. I followed the book :)