RFR: clarify how to set the affects versions [v2]
calnan
duke at openjdk.org
Tue Feb 20 17:52:27 UTC 2024
On Tue, 20 Feb 2024 06:29:51 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> src/guide/jbs-jdk-bug-system.md line 106:
>>
>>> 104:
>>> 105: - use the label to indicate that a bug is not relevant to an earlier release, for example<br>[Affects Version]{.jbs-field}: `11.0.20, 17`<br> the label [8-na]{.jbs-label} would not be needed - as it doesn't have a JDK 8 release, or earlier, value in the [Affects Versions]{.jbs-field}, it is not relevant to JDK 8
>>> 106: - add multiple -na labels: you only need one, for example `9-na, 10-na` is not need as [9-na]{.jbs-label} implies any following releases
>>
>> Suggestion:
>>
>> - use the label to indicate that a bug is not relevant to an earlier release, for example<br>[Affects Version]{.jbs-field}: `11.0.20, 17`<br> the label [8-na]{.jbs-label} would not be needed - as it doesn't have a JDK 8 release, or earlier, value in the [Affects Versions]{.jbs-field}, it is not relevant to JDK 8
>> - add multiple `-na` labels: you only need one, for example `9-na, 10-na` is not need as [9-na]{.jbs-label} implies any following releases
>
> s/not need/not needed/
done
-------------
PR Review Comment: https://git.openjdk.org/guide/pull/119#discussion_r1496251144
More information about the guide-dev
mailing list