[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 28 May 2020 03:03:40 +0000

stsp_at_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']
>
>
>
Received on 2020-05-28 05:03:51 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.