On Mon, 12 Sep 2022 14:43:26 GMT, Johan Vos <[email protected]> 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