Skip to content

Commit

Permalink
Add releasing step to check that JDK version is available in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Nov 9, 2023
1 parent e0233d7 commit 3c74bb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Release candidate versions
java: ["17.0.7"]
```
Commit this change, if any.
Check that this version is available in GitHub Actions. Commit this change,
if any.
4. Tag the head commit with an `X.Y.Z-RCN` tag:
Expand Down Expand Up @@ -134,6 +135,8 @@ Release versions
java: ["17.0.7"]
```
Check that this version is available in GitHub Actions.
7. Amend these changes into the merge commit:
```
Expand Down

1 comment on commit 3c74bb5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 82 % 🟢 1362 🔺 / 1656 🔺 81 % 1285 / 1575
com.yubico.fido.metadata 68 % 🟢 222 🔺 / 323 🔹 68 % 220 / 323
com.yubico.internal.util 46 % 🔻 57 🔹 / 123 🔺 47 % 57 / 120
com.yubico.webauthn 89 % 🟢 642 🔺 / 720 🔺 88 % 572 / 646
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 403 🔺 / 429 🔺 93 % 398 / 425
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: d386583 - Diff

Detailed reports: workflow run #249

Please sign in to comment.