RFR: 8293615: Create release notes for JavaFX 19 [v3]

Kevin Rushforth kcr at openjdk.org
Mon Sep 12 15:03:56 UTC 2022


On Mon, 12 Sep 2022 14:43:26 GMT, Johan Vos <jvos at openjdk.org> wrote:

>> @johanvos In order to automate this, I propose adding the following logic to the release notes JBS filter:
>> 
>> 
>> AND ("Introduced In Version" is EMPTY OR "Introduced In Version" != openjfx19 OR
>>      labels is EMPTY OR labels not in (noreg-doc))
>> 
>> 
>> Does this look OK to you?
>
> yes, that looks like a good algorithm.

I've made the change (and added `Introduced In Version = openjfx19` to 8290393).

-------------

PR: https://git.openjdk.org/jfx/pull/896


More information about the openjfx-dev mailing list